#99618E

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

Shades of Violet Blue #99618E

Tints of Violet Blue #99618E

Color information

#99618E (or 0x99618E) is unknown color: approx Violet Blue. HEX triplet: 99, 61 and 8E. RGB value is (153,97,142). Sum of RGB (Red+Green+Blue) = 153+97+142=392 (51% of max value = 765). Red value is 153 (60.16% from 255 or 39.03% from 392); Green value is 97 (38.28% from 255 or 24.74% from 392); Blue value is 142 (55.86% from 255 or 36.22% from 392); Max value from RGB is 153 - color contains mainly: red. Hex color #99618E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #99618E is #669E71. Grayscale: #767676. Windows color (decimal): -6725234 or 9331097. OLE color: 9331097.

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

Color convert

RGB15397142-
CMYK00.370.070.4
HSL311.79º22.4%49.02%-
HSV(B)311.79º36.6%60%-
XYZ22.2917.2727.75-
YUV118.87141.05152.34-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 39.03%
GREEN value IS 97 (38.28% from 255) = 24.74%
BLUE value IS 142 (55.86% from 255) = 36.22%
R=39.03%
G=24.74%
B=36.22%

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
Decimal1539714200.370.070.4311.7922.449.02
Hex99618E0257281381631
Octal2311412160457504702661
Binary10011001110000110001110010010111110100010011100010110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99618E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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