#96219D

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

Shades of Vivid Violet #96219D

Tints of Vivid Violet #96219D

Color information

#96219D (or 0x96219D) is unknown color: approx Vivid Violet. HEX triplet: 96, 21 and 9D. RGB value is (150,33,157). Sum of RGB (Red+Green+Blue) = 150+33+157=340 (45% of max value = 765). Red value is 150 (58.98% from 255 or 44.12% from 340); Green value is 33 (13.28% from 255 or 9.71% from 340); Blue value is 157 (61.72% from 255 or 46.18% from 340); Max value from RGB is 157 - color contains mainly: blue. Hex color #96219D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #96219D is #69DE62. Grayscale: #515151. Windows color (decimal): -6938211 or 10297750. OLE color: 10297750.

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

Color convert

RGB15033157-
CMYK0.040.7900.38
HSL296.61º65.26%37.25%-
HSV(B)296.61º78.98%61.57%-
XYZ19.2110.0132.82-
YUV82.12170.26176.42-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 44.12%
GREEN value IS 33 (13.28% from 255) = 9.71%
BLUE value IS 157 (61.72% from 255) = 46.18%
R=44.12%
G=9.71%
B=46.18%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal150331570.040.7900.38296.6165.2637.25
Hex96219D44F0261294125
Octal22641235411704645110145
Binary1001011010000110011101100100111101001101001010011000001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96219D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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