#96219B

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

Shades of Vivid Violet #96219B

Tints of Vivid Violet #96219B

Color information

#96219B (or 0x96219B) is unknown color: approx Vivid Violet. HEX triplet: 96, 21 and 9B. RGB value is (150,33,155). Sum of RGB (Red+Green+Blue) = 150+33+155=338 (44% of max value = 765). Red value is 150 (58.98% from 255 or 44.38% from 338); Green value is 33 (13.28% from 255 or 9.76% from 338); Blue value is 155 (60.94% from 255 or 45.86% from 338); Max value from RGB is 155 - color contains mainly: blue. Hex color #96219B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #96219B is #69DE64. Grayscale: #515151. Windows color (decimal): -6938213 or 10166678. OLE color: 10166678.

HSL color Cylindrical-coordinate representation of color #96219B: hue angle of 297.54º degrees, saturation: 0.65, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #96219B is Cyan = 0.03, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB15033155-
CMYK0.030.7900.39
HSL297.54º64.89%36.86%-
HSV(B)297.54º78.71%60.78%-
XYZ19.049.9431.93-
YUV81.89169.26176.58-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 44.38%
GREEN value IS 33 (13.28% from 255) = 9.76%
BLUE value IS 155 (60.94% from 255) = 45.86%
R=44.38%
G=9.76%
B=45.86%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal150331550.030.7900.39297.5464.8936.86
Hex96219B34F02712a4125
Octal22641233311704745210145
Binary100101101000011001101111100111101001111001010101000001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96219B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #96219B; }

 p { color: rgb(150,33,155); }

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

<style>
 a { background-color: #96219B; }

 a { background-color: rgb(150,33,155); }

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

<style>
 span { border-color: #96219B; }

 span { border-color: rgb(150,33,155); }

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