#96439e

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

Shades of Vivid Violet #96439E

Tints of Vivid Violet #96439E

Color information

#96439E (or 0x96439E) is unknown color: approx Vivid Violet. HEX triplet: 96, 43 and 9E. RGB value is (150,67,158). Sum of RGB (Red+Green+Blue) = 150+67+158=375 (49% of max value = 765). Red value is 150 (58.98% from 255 or 40% from 375); Green value is 67 (26.56% from 255 or 17.87% from 375); Blue value is 158 (62.11% from 255 or 42.13% from 375); Max value from RGB is 158 - color contains mainly: blue. Hex color #96439E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #96439E is #69BC61. Grayscale: #656565. Windows color (decimal): -6929506 or 10371990. OLE color: 10371990.

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

Color convert

RGB15067158-
CMYK0.050.5800.38
HSL294.73º40.44%44.12%-
HSV(B)294.73º57.59%61.96%-
XYZ20.7612.9733.76-
YUV102.19159.5162.1-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 40%
GREEN value IS 67 (26.56% from 255) = 17.87%
BLUE value IS 158 (62.11% from 255) = 42.13%
R=40%
G=17.87%
B=42.13%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal150671580.050.5800.38294.7340.4444.12
Hex96439E53A026127282c
Octal2261032365720464475054
Binary100101101000011100111101011110100100110100100111101000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96439e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #96439e; }

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

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

<style>
 a { background-color: #96439e; }

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

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

<style>
 span { border-color: #96439e; }

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

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