#99609C

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

Shades of Violet Blue #99609C

Tints of Violet Blue #99609C

Color information

#99609C (or 0x99609C) is unknown color: approx Violet Blue. HEX triplet: 99, 60 and 9C. RGB value is (153,96,156). Sum of RGB (Red+Green+Blue) = 153+96+156=405 (53% of max value = 765). Red value is 153 (60.16% from 255 or 37.78% from 405); Green value is 96 (37.89% from 255 or 23.70% from 405); Blue value is 156 (61.33% from 255 or 38.52% from 405); Max value from RGB is 156 - color contains mainly: blue. Hex color #99609C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #99609C is #669F63. Grayscale: #777777. Windows color (decimal): -6725476 or 10248345. OLE color: 10248345.

HSL color Cylindrical-coordinate representation of color #99609C: hue angle of 297º degrees, saturation: 0.24, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #99609C is Cyan = 0.02, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB15396156-
CMYK0.020.3800.39
HSL297º23.81%49.41%-
HSV(B)297º38.46%61.18%-
XYZ23.3217.5433.61-
YUV119.88148.38151.62-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 37.78%
GREEN value IS 96 (37.89% from 255) = 23.70%
BLUE value IS 156 (61.33% from 255) = 38.52%
R=37.78%
G=23.70%
B=38.52%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal153961560.020.3800.3929723.8149.41
Hex99609C2260271291831
Octal2311402342460474513061
Binary1001100111000001001110010100110010011110010100111000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99609C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #99609C; }

 p { color: rgb(153,96,156); }

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

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

 a { background-color: rgb(153,96,156); }

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

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

 span { border-color: rgb(153,96,156); }

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