#96469C

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

Shades of Violet Blue #96469C

Tints of Violet Blue #96469C

Color information

#96469C (or 0x96469C) is unknown color: approx Violet Blue. HEX triplet: 96, 46 and 9C. RGB value is (150,70,156). Sum of RGB (Red+Green+Blue) = 150+70+156=376 (49% of max value = 765). Red value is 150 (58.98% from 255 or 39.89% from 376); Green value is 70 (27.73% from 255 or 18.62% from 376); Blue value is 156 (61.33% from 255 or 41.49% from 376); Max value from RGB is 156 - color contains mainly: blue. Hex color #96469C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #96469C is #69B963. Grayscale: #676767. Windows color (decimal): -6928740 or 10241686. OLE color: 10241686.

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

Color convert

RGB15070156-
CMYK0.040.5500.39
HSL295.81º38.05%44.31%-
HSV(B)295.81º55.13%61.18%-
XYZ20.7713.2632.92-
YUV103.72157.5161.01-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 39.89%
GREEN value IS 70 (27.73% from 255) = 18.62%
BLUE value IS 156 (61.33% from 255) = 41.49%
R=39.89%
G=18.62%
B=41.49%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal150701560.040.5500.39295.8138.0544.31
Hex96469C437027128262c
Octal2261062344670474504654
Binary100101101000110100111001001101110100111100101000100110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96469C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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