#996192

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

Shades of Violet Blue #996192

Tints of Violet Blue #996192

Color information

#996192 (or 0x996192) is unknown color: approx Violet Blue. HEX triplet: 99, 61 and 92. RGB value is (153,97,146). Sum of RGB (Red+Green+Blue) = 153+97+146=396 (52% of max value = 765). Red value is 153 (60.16% from 255 or 38.64% from 396); Green value is 97 (38.28% from 255 or 24.49% from 396); Blue value is 146 (57.42% from 255 or 36.87% from 396); Max value from RGB is 153 - color contains mainly: red. Hex color #996192 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #996192 is #669E6D. Grayscale: #777777. Windows color (decimal): -6725230 or 9593241. OLE color: 9593241.

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

Color convert

RGB15397146-
CMYK00.370.050.4
HSL307.5º22.4%49.02%-
HSV(B)307.5º36.6%60%-
XYZ22.617.429.36-
YUV119.33143.05152.02-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 38.64%
GREEN value IS 97 (38.28% from 255) = 24.49%
BLUE value IS 146 (57.42% from 255) = 36.87%
R=38.64%
G=24.49%
B=36.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.05
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1539714600.370.050.4307.522.449.02
Hex9961920255281341631
Octal2311412220455504642661
Binary10011001110000110010010010010110110100010011010010110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #996192

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #996192; }

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

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

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

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

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

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

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

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