#96449E

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

Shades of Violet Blue #96449E

Tints of Violet Blue #96449E

Color information

#96449E (or 0x96449E) is unknown color: approx Violet Blue. HEX triplet: 96, 44 and 9E. RGB value is (150,68,158). Sum of RGB (Red+Green+Blue) = 150+68+158=376 (49% of max value = 765). Red value is 150 (58.98% from 255 or 39.89% from 376); Green value is 68 (26.95% from 255 or 18.09% from 376); Blue value is 158 (62.11% from 255 or 42.02% from 376); Max value from RGB is 158 - color contains mainly: blue. Hex color #96449E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #96449E is #69BB61. Grayscale: #666666. Windows color (decimal): -6929250 or 10372246. OLE color: 10372246.

HSL color Cylindrical-coordinate representation of color #96449E: hue angle of 294.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 #96449E is Cyan = 0.05, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB15068158-
CMYK0.050.5700.38
HSL294.67º39.82%44.31%-
HSV(B)294.67º56.96%61.96%-
XYZ20.8213.0933.78-
YUV102.78159.17161.68-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 39.89%
GREEN value IS 68 (26.95% from 255) = 18.09%
BLUE value IS 158 (62.11% from 255) = 42.02%
R=39.89%
G=18.09%
B=42.02%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal150681580.050.5700.38294.6739.8244.31
Hex96449E539026127282c
Octal2261042365710464475054
Binary100101101000100100111101011110010100110100100111101000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96449E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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