#99449C

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

Shades of Violet Blue #99449C

Tints of Violet Blue #99449C

Color information

#99449C (or 0x99449C) is unknown color: approx Violet Blue. HEX triplet: 99, 44 and 9C. RGB value is (153,68,156). Sum of RGB (Red+Green+Blue) = 153+68+156=377 (49% of max value = 765). Red value is 153 (60.16% from 255 or 40.58% from 377); Green value is 68 (26.95% from 255 or 18.04% from 377); Blue value is 156 (61.33% from 255 or 41.38% from 377); Max value from RGB is 156 - color contains mainly: blue. Hex color #99449C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #99449C is #66BB63. Grayscale: #676767. Windows color (decimal): -6732644 or 10241177. OLE color: 10241177.

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

Color convert

RGB15368156-
CMYK0.020.5600.39
HSL297.95º39.29%43.92%-
HSV(B)297.95º56.41%61.18%-
XYZ21.213.3132.9-
YUV103.45157.66163.34-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 40.58%
GREEN value IS 68 (26.95% from 255) = 18.04%
BLUE value IS 156 (61.33% from 255) = 41.38%
R=40.58%
G=18.04%
B=41.38%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal153681560.020.5600.39297.9539.2943.92
Hex99449C23802712a272c
Octal2311042342700474524754
Binary10011001100010010011100101110000100111100101010100111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99449C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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