#96219C

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

Shades of Vivid Violet #96219C

Tints of Vivid Violet #96219C

Color information

#96219C (or 0x96219C) is unknown color: approx Vivid Violet. HEX triplet: 96, 21 and 9C. RGB value is (150,33,156). Sum of RGB (Red+Green+Blue) = 150+33+156=339 (44% of max value = 765). Red value is 150 (58.98% from 255 or 44.25% from 339); Green value is 33 (13.28% from 255 or 9.73% from 339); Blue value is 156 (61.33% from 255 or 46.02% from 339); Max value from RGB is 156 - color contains mainly: blue. Hex color #96219C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #96219C is #69DE63. Grayscale: #515151. Windows color (decimal): -6938212 or 10232214. OLE color: 10232214.

HSL color Cylindrical-coordinate representation of color #96219C: hue angle of 297.07º 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 #96219C is Cyan = 0.04, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB15033156-
CMYK0.040.7900.39
HSL297.07º65.08%37.06%-
HSV(B)297.07º78.85%61.18%-
XYZ19.129.9732.37-
YUV82169.76176.5-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 44.25%
GREEN value IS 33 (13.28% from 255) = 9.73%
BLUE value IS 156 (61.33% from 255) = 46.02%
R=44.25%
G=9.73%
B=46.02%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal150331560.040.7900.39297.0765.0837.06
Hex96219C44F0271294125
Octal22641234411704745110145
Binary1001011010000110011100100100111101001111001010011000001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96219C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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