#96478E

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

Shades of Violet Blue #96478E

Tints of Violet Blue #96478E

Color information

#96478E (or 0x96478E) is unknown color: approx Violet Blue. HEX triplet: 96, 47 and 8E. RGB value is (150,71,142). Sum of RGB (Red+Green+Blue) = 150+71+142=363 (48% of max value = 765). Red value is 150 (58.98% from 255 or 41.32% from 363); Green value is 71 (28.12% from 255 or 19.56% from 363); Blue value is 142 (55.86% from 255 or 39.12% from 363); Max value from RGB is 150 - color contains mainly: red. Hex color #96478E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #96478E is #69B871. Grayscale: #666666. Windows color (decimal): -6928498 or 9324438. OLE color: 9324438.

HSL color Cylindrical-coordinate representation of color #96478E: hue angle of 306.08º degrees, saturation: 0.36, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #96478E is Cyan = 0, Magento = 0.53, Yellow = 0.05 and Black (K on CMYK) = 0.41.

Color convert

RGB15071142-
CMYK00.530.050.41
HSL306.08º35.75%43.33%-
HSV(B)306.08º52.67%58.82%-
XYZ19.7112.9427.05-
YUV102.72150.17161.73-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 41.32%
GREEN value IS 71 (28.12% from 255) = 19.56%
BLUE value IS 142 (55.86% from 255) = 39.12%
R=41.32%
G=19.56%
B=39.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.05
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1507114200.530.050.41306.0835.7543.33
Hex96478E035529132242b
Octal2261072160655514624453
Binary100101101000111100011100110101101101001100110010100100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96478E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(150,71,142); }

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

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

 a { background-color: rgb(150,71,142); }

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

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

 span { border-color: rgb(150,71,142); }

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