#99608F

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

Shades of Violet Blue #99608F

Tints of Violet Blue #99608F

Color information

#99608F (or 0x99608F) is unknown color: approx Violet Blue. HEX triplet: 99, 60 and 8F. RGB value is (153,96,143). Sum of RGB (Red+Green+Blue) = 153+96+143=392 (51% of max value = 765). Red value is 153 (60.16% from 255 or 39.03% from 392); Green value is 96 (37.89% from 255 or 24.49% from 392); Blue value is 143 (56.25% from 255 or 36.48% from 392); Max value from RGB is 153 - color contains mainly: red. Hex color #99608F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #99608F is #669F70. Grayscale: #767676. Windows color (decimal): -6725489 or 9396377. OLE color: 9396377.

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

Color convert

RGB15396143-
CMYK00.370.070.4
HSL310.53º22.89%48.82%-
HSV(B)310.53º37.25%60%-
XYZ22.2817.1228.12-
YUV118.4141.88152.68-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 39.03%
GREEN value IS 96 (37.89% from 255) = 24.49%
BLUE value IS 143 (56.25% from 255) = 36.48%
R=39.03%
G=24.49%
B=36.48%

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
Decimal1539614300.370.070.4310.5322.8948.82
Hex99608F0257281371731
Octal2311402170457504672761
Binary10011001110000010001111010010111110100010011011110111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99608F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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