#96219E

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

Shades of Vivid Violet #96219E

Tints of Vivid Violet #96219E

Color information

#96219E (or 0x96219E) is unknown color: approx Vivid Violet. HEX triplet: 96, 21 and 9E. RGB value is (150,33,158). Sum of RGB (Red+Green+Blue) = 150+33+158=341 (45% of max value = 765). Red value is 150 (58.98% from 255 or 43.99% from 341); Green value is 33 (13.28% from 255 or 9.68% from 341); Blue value is 158 (62.11% from 255 or 46.33% from 341); Max value from RGB is 158 - color contains mainly: blue. Hex color #96219E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #96219E is #69DE61. Grayscale: #515151. Windows color (decimal): -6938210 or 10363286. OLE color: 10363286.

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

Color convert

RGB15033158-
CMYK0.050.7900.38
HSL296.16º65.45%37.45%-
HSV(B)296.16º79.11%61.96%-
XYZ19.2910.0433.27-
YUV82.23170.76176.34-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 43.99%
GREEN value IS 33 (13.28% from 255) = 9.68%
BLUE value IS 158 (62.11% from 255) = 46.33%
R=43.99%
G=9.68%
B=46.33%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal150331580.050.7900.38296.1665.4537.45
Hex96219E54F0261284125
Octal22641236511704645010145
Binary1001011010000110011110101100111101001101001010001000001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96219E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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