#96219F

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

Shades of Vivid Violet #96219F

Tints of Vivid Violet #96219F

Color information

#96219F (or 0x96219F) is unknown color: approx Vivid Violet. HEX triplet: 96, 21 and 9F. RGB value is (150,33,159). Sum of RGB (Red+Green+Blue) = 150+33+159=342 (45% of max value = 765). Red value is 150 (58.98% from 255 or 43.86% from 342); Green value is 33 (13.28% from 255 or 9.65% from 342); Blue value is 159 (62.5% from 255 or 46.49% from 342); Max value from RGB is 159 - color contains mainly: blue. Hex color #96219F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #96219F is #69DE60. Grayscale: #515151. Windows color (decimal): -6938209 or 10428822. OLE color: 10428822.

HSL color Cylindrical-coordinate representation of color #96219F: hue angle of 295.71º degrees, saturation: 0.66, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #96219F is Cyan = 0.06, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB15033159-
CMYK0.060.7900.38
HSL295.71º65.62%37.65%-
HSV(B)295.71º79.25%62.35%-
XYZ19.3810.0733.72-
YUV82.35171.26176.25-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 43.86%
GREEN value IS 33 (13.28% from 255) = 9.65%
BLUE value IS 159 (62.5% from 255) = 46.49%
R=43.86%
G=9.65%
B=46.49%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal150331590.060.7900.38295.7165.6237.65
Hex96219F64F0261284226
Octal22641237611704645010246
Binary1001011010000110011111110100111101001101001010001000010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96219F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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