#96239E

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

Shades of Vivid Violet #96239E

Tints of Vivid Violet #96239E

Color information

#96239E (or 0x96239E) is unknown color: approx Vivid Violet. HEX triplet: 96, 23 and 9E. RGB value is (150,35,158). Sum of RGB (Red+Green+Blue) = 150+35+158=343 (45% of max value = 765). Red value is 150 (58.98% from 255 or 43.73% from 343); Green value is 35 (14.06% from 255 or 10.20% from 343); Blue value is 158 (62.11% from 255 or 46.06% from 343); Max value from RGB is 158 - color contains mainly: blue. Hex color #96239E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #96239E is #69DC61. Grayscale: #535353. Windows color (decimal): -6937698 or 10363798. OLE color: 10363798.

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

Color convert

RGB15035158-
CMYK0.050.7800.38
HSL296.1º63.73%37.84%-
HSV(B)296.1º77.85%61.96%-
XYZ19.3510.1533.29-
YUV83.41170.1175.5-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 43.73%
GREEN value IS 35 (14.06% from 255) = 10.20%
BLUE value IS 158 (62.11% from 255) = 46.06%
R=43.73%
G=10.20%
B=46.06%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal150351580.050.7800.38296.163.7337.84
Hex96239E54E0261284026
Octal22643236511604645010046
Binary1001011010001110011110101100111001001101001010001000000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96239E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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