#96408E

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

Shades of Vivid Violet #96408E

Tints of Vivid Violet #96408E

Color information

#96408E (or 0x96408E) is unknown color: approx Vivid Violet. HEX triplet: 96, 40 and 8E. RGB value is (150,64,142). Sum of RGB (Red+Green+Blue) = 150+64+142=356 (47% of max value = 765). Red value is 150 (58.98% from 255 or 42.13% from 356); Green value is 64 (25.39% from 255 or 17.98% from 356); Blue value is 142 (55.86% from 255 or 39.89% from 356); Max value from RGB is 150 - color contains mainly: red. Hex color #96408E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #96408E is #69BF71. Grayscale: #626262. Windows color (decimal): -6930290 or 9322646. OLE color: 9322646.

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

Color convert

RGB15064142-
CMYK00.570.050.41
HSL305.58º40.19%41.96%-
HSV(B)305.58º57.33%58.82%-
XYZ19.2912.126.91-
YUV98.61152.49164.66-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 42.13%
GREEN value IS 64 (25.39% from 255) = 17.98%
BLUE value IS 142 (55.86% from 255) = 39.89%
R=42.13%
G=17.98%
B=39.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.05
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1506414200.570.050.41305.5840.1941.96
Hex96408E039529132282a
Octal2261002160715514625052
Binary100101101000000100011100111001101101001100110010101000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96408E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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