Html Css Color HEX #96209D Vivid Violet

📋 copy color: '#96209D'

red 150 ◦ green 32 ◦ blue 157

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

Shades of Vivid Violet #96209D

Tints of Vivid Violet #96209D

RGB

 RED value IS 150 (58.98% from 255) = 44.25%

 GREEN value IS 32 (12.89% from 255) = 9.44%

 BLUE value IS 157 (61.72% from 255) = 46.31%

R = 44.25%
G = 9.44%
B = 46.31%

CMYK

 C value IS 0.04

 M value IS 0.80

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#96209D (or 0x96209D) is known color: Vivid Violet. HEX triplet: 96, 20 and 9D. RGB value is (150,32,157). Sum of RGB (Red+Green+Blue) = 150+32+157=339 (44% of max value = 765). Red value is 150 (58.98% from 255 or 44.25% from 339); Green value is 32 (12.89% from 255 or 9.44% from 339); Blue value is 157 (61.72% from 255 or 46.31% from 339); Max value from RGB is 157 - color contains mainly: blue. Hex color #96209D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #96209D is #69DF62. Grayscale: #515151. Windows color (decimal): -6938467 or 10297494. OLE color: 10297494.

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

Color convert

RGB 150 32 157 -
CMYK 0.04 0.80 0 0.38
HSL 296.64º 0.66% 0.37% -
HSV(B) 296.64º 0.8% 0.62% -
XYZ 19.18 9.95 32.81 -
YUV 81.53 170.59 176.84 -
System Red Green Blue C M Y K H S L
Decimal 150 32 157 0.04 0.80 0 0.38 296.64 0.66 0.37
Hex 96 20 9D 4 50 0 26 129 42 25
Octal 226 40 235 4 120 0 46 451 102 45
Binary 10010110 100000 10011101 100 1010000 0 100110 100101001 1000010 100101

Color Harmonies of #96209D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96209D

Black with #96209D

Text Example


Text Example

White with #96209D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #96209D;
 }
 .AnyTagClassName
 {
   color: #96209D;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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