Html Css Color HEX #96219C Vivid Violet

📋 copy color: '#96219C'

red 150 ◦ green 33 ◦ blue 156

#96219C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Vivid Violet #96219C

Tints of Vivid Violet #96219C

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 value IS 0.04

 M value IS 0.79

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#96219C (or 0x96219C) is known color: 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

RGB 150 33 156 -
CMYK 0.04 0.79 0 0.39
HSL 297.07º 0.65% 0.37% -
HSV(B) 297.07º 0.79% 0.61% -
XYZ 19.12 9.97 32.37 -
YUV 82.01 169.76 176.5 -
System Red Green Blue C M Y K H S L
Decimal 150 33 156 0.04 0.79 0 0.39 297.07 0.65 0.37
Hex 96 21 9C 4 4F 0 27 129 41 25
Octal 226 41 234 4 117 0 47 451 101 45
Binary 10010110 100001 10011100 100 1001111 0 100111 100101001 1000001 100101

Color Harmonies of #96219C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96219C

Black with #96219C

Text Example


Text Example

White with #96219C

Text Example


Text Example

HTML Codes & Css Web 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>