#99608E

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

Shades of Violet Blue #99608E

Tints of Violet Blue #99608E

Color information

#99608E (or 0x99608E) is unknown color: approx Violet Blue. HEX triplet: 99, 60 and 8E. RGB value is (153,96,142). Sum of RGB (Red+Green+Blue) = 153+96+142=391 (51% of max value = 765). Red value is 153 (60.16% from 255 or 39.13% from 391); Green value is 96 (37.89% from 255 or 24.55% from 391); Blue value is 142 (55.86% from 255 or 36.32% from 391); Max value from RGB is 153 - color contains mainly: red. Hex color #99608E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #99608E is #669F71. Grayscale: #767676. Windows color (decimal): -6725490 or 9330841. OLE color: 9330841.

HSL color Cylindrical-coordinate representation of color #99608E: hue angle of 311.58º degrees, saturation: 0.23, 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 #99608E is Cyan = 0, Magento = 0.37, Yellow = 0.07 and Black (K on CMYK) = 0.4.

Color convert

RGB15396142-
CMYK00.370.070.4
HSL311.58º22.89%48.82%-
HSV(B)311.58º37.25%60%-
XYZ22.217.0927.72-
YUV118.29141.38152.76-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 39.13%
GREEN value IS 96 (37.89% from 255) = 24.55%
BLUE value IS 142 (55.86% from 255) = 36.32%
R=39.13%
G=24.55%
B=36.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.07
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1539614200.370.070.4311.5822.8948.82
Hex99608E0257281381731
Octal2311402160457504702761
Binary10011001110000010001110010010111110100010011100010111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99608E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #99608E; }

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

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

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

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

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

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

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

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