#96479E

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

Shades of Violet Blue #96479E

Tints of Violet Blue #96479E

Color information

#96479E (or 0x96479E) is unknown color: approx Violet Blue. HEX triplet: 96, 47 and 9E. RGB value is (150,71,158). Sum of RGB (Red+Green+Blue) = 150+71+158=379 (50% of max value = 765). Red value is 150 (58.98% from 255 or 39.58% from 379); Green value is 71 (28.12% from 255 or 18.73% 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 #96479E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #96479E is #69B861. Grayscale: #686868. Windows color (decimal): -6928482 or 10373014. OLE color: 10373014.

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

Color convert

RGB15071158-
CMYK0.050.5500.38
HSL294.48º37.99%44.9%-
HSV(B)294.48º55.06%61.96%-
XYZ2113.4633.84-
YUV104.54158.17160.43-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 39.58%
GREEN value IS 71 (28.12% from 255) = 18.73%
BLUE value IS 158 (62.11% from 255) = 41.69%
R=39.58%
G=18.73%
B=41.69%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal150711580.050.5500.38294.4837.9944.9
Hex96479E537026126262d
Octal2261072365670464464655
Binary100101101000111100111101011101110100110100100110100110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96479E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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