#99619C

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

Shades of Violet Blue #99619C

Tints of Violet Blue #99619C

Color information

#99619C (or 0x99619C) is unknown color: approx Violet Blue. HEX triplet: 99, 61 and 9C. RGB value is (153,97,156). Sum of RGB (Red+Green+Blue) = 153+97+156=406 (53% of max value = 765). Red value is 153 (60.16% from 255 or 37.68% from 406); Green value is 97 (38.28% from 255 or 23.89% from 406); Blue value is 156 (61.33% from 255 or 38.42% from 406); Max value from RGB is 156 - color contains mainly: blue. Hex color #99619C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #99619C is #669E63. Grayscale: #787878. Windows color (decimal): -6725220 or 10248601. OLE color: 10248601.

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

Color convert

RGB15397156-
CMYK0.020.3800.39
HSL296.95º23.32%49.61%-
HSV(B)296.95º37.82%61.18%-
XYZ23.4117.7233.64-
YUV120.47148.05151.2-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 37.68%
GREEN value IS 97 (38.28% from 255) = 23.89%
BLUE value IS 156 (61.33% from 255) = 38.42%
R=37.68%
G=23.89%
B=38.42%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal153971560.020.3800.39296.9523.3249.61
Hex99619C2260271291732
Octal2311412342460474512762
Binary1001100111000011001110010100110010011110010100110111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99619C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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