#99619F

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

Shades of Violet Blue #99619F

Tints of Violet Blue #99619F

Color information

#99619F (or 0x99619F) is unknown color: approx Violet Blue. HEX triplet: 99, 61 and 9F. RGB value is (153,97,159). Sum of RGB (Red+Green+Blue) = 153+97+159=409 (54% of max value = 765). Red value is 153 (60.16% from 255 or 37.41% from 409); Green value is 97 (38.28% from 255 or 23.72% from 409); Blue value is 159 (62.5% from 255 or 38.88% from 409); Max value from RGB is 159 - color contains mainly: blue. Hex color #99619F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #99619F is #669E60. Grayscale: #787878. Windows color (decimal): -6725217 or 10445209. OLE color: 10445209.

HSL color Cylindrical-coordinate representation of color #99619F: hue angle of 294.19º degrees, saturation: 0.24, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #99619F is Cyan = 0.04, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB15397159-
CMYK0.040.3900.38
HSL294.19º24.41%50.2%-
HSV(B)294.19º38.99%62.35%-
XYZ23.6717.8234.99-
YUV120.81149.55150.96-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 37.41%
GREEN value IS 97 (38.28% from 255) = 23.72%
BLUE value IS 159 (62.5% from 255) = 38.88%
R=37.41%
G=23.72%
B=38.88%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal153971590.040.3900.38294.1924.4150.2
Hex99619F4270261261832
Octal2311412374470464463062
Binary10011001110000110011111100100111010011010010011011000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99619F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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