#99609A

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

Shades of Violet Blue #99609A

Tints of Violet Blue #99609A

Color information

#99609A (or 0x99609A) is unknown color: approx Violet Blue. HEX triplet: 99, 60 and 9A. RGB value is (153,96,154). Sum of RGB (Red+Green+Blue) = 153+96+154=403 (53% of max value = 765). Red value is 153 (60.16% from 255 or 37.97% from 403); Green value is 96 (37.89% from 255 or 23.82% from 403); Blue value is 154 (60.55% from 255 or 38.21% from 403); Max value from RGB is 154 - color contains mainly: blue. Hex color #99609A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #99609A is #669F65. Grayscale: #777777. Windows color (decimal): -6725478 or 10117273. OLE color: 10117273.

HSL color Cylindrical-coordinate representation of color #99609A: hue angle of 298.97º degrees, saturation: 0.23, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #99609A is Cyan = 0.01, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB15396154-
CMYK0.010.3800.40
HSL298.97º23.2%49.02%-
HSV(B)298.97º37.66%60.39%-
XYZ23.1517.4732.72-
YUV119.65147.38151.78-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 37.97%
GREEN value IS 96 (37.89% from 255) = 23.82%
BLUE value IS 154 (60.55% from 255) = 38.21%
R=37.97%
G=23.82%
B=38.21%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal153961540.010.3800.40298.9723.249.02
Hex99609A12602812b1731
Octal2311402321460504532761
Binary100110011100000100110101100110010100010010101110111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99609A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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