#96409D

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

Shades of Vivid Violet #96409D

Tints of Vivid Violet #96409D

Color information

#96409D (or 0x96409D) is unknown color: approx Vivid Violet. HEX triplet: 96, 40 and 9D. RGB value is (150,64,157). Sum of RGB (Red+Green+Blue) = 150+64+157=371 (49% of max value = 765). Red value is 150 (58.98% from 255 or 40.43% from 371); Green value is 64 (25.39% from 255 or 17.25% from 371); Blue value is 157 (61.72% from 255 or 42.32% from 371); Max value from RGB is 157 - color contains mainly: blue. Hex color #96409D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #96409D is #69BF62. Grayscale: #646464. Windows color (decimal): -6930275 or 10305686. OLE color: 10305686.

HSL color Cylindrical-coordinate representation of color #96409D: hue angle of 295.48º degrees, saturation: 0.42, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #96409D is Cyan = 0.04, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB15064157-
CMYK0.040.5900.38
HSL295.48º42.08%43.33%-
HSV(B)295.48º59.24%61.57%-
XYZ20.512.5933.25-
YUV100.32159.99163.44-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 40.43%
GREEN value IS 64 (25.39% from 255) = 17.25%
BLUE value IS 157 (61.72% from 255) = 42.32%
R=40.43%
G=17.25%
B=42.32%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal150641570.040.5900.38295.4842.0843.33
Hex96409D43B0261272a2b
Octal2261002354730464475253
Binary100101101000000100111011001110110100110100100111101010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96409D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #96409D; }

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

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

<style>
 a { background-color: #96409D; }

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

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

<style>
 span { border-color: #96409D; }

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

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