#994992

Color #994992 Violet Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Violet Blue #994992

Tints of Violet Blue #994992

Color information

#994992 (or 0x994992) is unknown color: approx Violet Blue. HEX triplet: 99, 49 and 92. RGB value is (153,73,146). Sum of RGB (Red+Green+Blue) = 153+73+146=372 (49% of max value = 765). Red value is 153 (60.16% from 255 or 41.13% from 372); Green value is 73 (28.91% from 255 or 19.62% from 372); Blue value is 146 (57.42% from 255 or 39.25% from 372); Max value from RGB is 153 - color contains mainly: red. Hex color #994992 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #994992 is #66B66D. Grayscale: #696969. Windows color (decimal): -6731374 or 9587097. OLE color: 9587097.

HSL color Cylindrical-coordinate representation of color #994992: hue angle of 305.25º degrees, saturation: 0.35, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #994992 is Cyan = 0, Magento = 0.52, Yellow = 0.05 and Black (K on CMYK) = 0.4.

Color convert

RGB15373146-
CMYK00.520.050.4
HSL305.25º35.4%44.31%-
HSV(B)305.25º52.29%60%-
XYZ20.7113.6128.73-
YUV105.24151162.06-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 153 (60.16% from 255) = 41.13%
GREEN value IS 73 (28.91% from 255) = 19.62%
BLUE value IS 146 (57.42% from 255) = 39.25%
R=41.13%
G=19.62%
B=39.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.05
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1537314600.520.050.4305.2535.444.31
Hex994992034528131232c
Octal2311112220645504614354
Binary100110011001001100100100110100101101000100110001100011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #994992

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #994992; }

 p { color: rgb(153,73,146); }

 H1.HeaderClassName
 {
   color: #994992;
 }
 .AnyTagClassName
 {
   color: #994992;
 }
</style>
background-color css

<style>
 a { background-color: #994992; }

 a { background-color: rgb(153,73,146); }

 div.DivClassName
 {
   background-color: #994992;
 }
 .BgClassName
 {
   background-color: #994992;
 }
</style>
border-color css

<style>
 span { border-color: #994992; }

 span { border-color: rgb(153,73,146); }

 td.TdClassName
 {
   border-color: #994992;
 }
 .TagClassName
 {
   border-color: #994992;
 }
</style>