#99449E

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

Shades of Violet Blue #99449E

Tints of Violet Blue #99449E

Color information

#99449E (or 0x99449E) is unknown color: approx Violet Blue. HEX triplet: 99, 44 and 9E. RGB value is (153,68,158). Sum of RGB (Red+Green+Blue) = 153+68+158=379 (50% of max value = 765). Red value is 153 (60.16% from 255 or 40.37% from 379); Green value is 68 (26.95% from 255 or 17.94% from 379); Blue value is 158 (62.11% from 255 or 41.69% from 379); Max value from RGB is 158 - color contains mainly: blue. Hex color #99449E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #99449E is #66BB61. Grayscale: #676767. Windows color (decimal): -6732642 or 10372249. OLE color: 10372249.

HSL color Cylindrical-coordinate representation of color #99449E: hue angle of 296.67º degrees, saturation: 0.4, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #99449E is Cyan = 0.03, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB15368158-
CMYK0.030.5700.38
HSL296.67º39.82%44.31%-
HSV(B)296.67º56.96%61.96%-
XYZ21.3813.3833.8-
YUV103.68158.66163.18-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 40.37%
GREEN value IS 68 (26.95% from 255) = 17.94%
BLUE value IS 158 (62.11% from 255) = 41.69%
R=40.37%
G=17.94%
B=41.69%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal153681580.030.5700.38296.6739.8244.31
Hex99449E339026129282c
Octal2311042363710464515054
Binary10011001100010010011110111110010100110100101001101000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99449E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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