#96469E

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

Shades of Violet Blue #96469E

Tints of Violet Blue #96469E

Color information

#96469E (or 0x96469E) is unknown color: approx Violet Blue. HEX triplet: 96, 46 and 9E. RGB value is (150,70,158). Sum of RGB (Red+Green+Blue) = 150+70+158=378 (50% of max value = 765). Red value is 150 (58.98% from 255 or 39.68% from 378); Green value is 70 (27.73% from 255 or 18.52% from 378); Blue value is 158 (62.11% from 255 or 41.80% from 378); Max value from RGB is 158 - color contains mainly: blue. Hex color #96469E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #96469E is #69B961. Grayscale: #676767. Windows color (decimal): -6928738 or 10372758. OLE color: 10372758.

HSL color Cylindrical-coordinate representation of color #96469E: hue angle of 294.55º degrees, saturation: 0.39, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #96469E is Cyan = 0.05, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB15070158-
CMYK0.050.5600.38
HSL294.55º38.6%44.71%-
HSV(B)294.55º55.7%61.96%-
XYZ20.9413.3333.82-
YUV103.95158.5160.84-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 39.68%
GREEN value IS 70 (27.73% from 255) = 18.52%
BLUE value IS 158 (62.11% from 255) = 41.80%
R=39.68%
G=18.52%
B=41.80%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal150701580.050.5600.38294.5538.644.71
Hex96469E538026127272d
Octal2261062365700464474755
Binary100101101000110100111101011110000100110100100111100111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96469E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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