Html Css Color HEX #96208E Dark Purple

📋 copy color: '#96208E'

red 150 ◦ green 32 ◦ blue 142

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

Shades of Dark Purple #96208E

Tints of Dark Purple #96208E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 43.83%

R = 46.3%
G = 9.88%
B = 43.83%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.05

 K value IS 0.41

RGB Variations

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

Color information

#96208E (or 0x96208E) is known color: Dark Purple. HEX triplet: 96, 20 and 8E. RGB value is (150,32,142). Sum of RGB (Red+Green+Blue) = 150+32+142=324 (42% of max value = 765). Red value is 150 (58.98% from 255 or 46.30% from 324); Green value is 32 (12.89% from 255 or 9.88% from 324); Blue value is 142 (55.86% from 255 or 43.83% from 324); Max value from RGB is 150 - color contains mainly: red. Hex color #96208E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #96208E is #69DF71. Grayscale: #4F4F4F. Windows color (decimal): -6938482 or 9314454. OLE color: 9314454.

HSL color Cylindrical-coordinate representation of color #96208E: hue angle of 304.07º degrees, saturation: 0.65, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #96208E is Cyan = 0, Magento = 0.79, Yellow = 0.05 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 32 142 -
CMYK 0 0.79 0.05 0.41
HSL 304.07º 0.65% 0.36% -
HSV(B) 304.07º 0.79% 0.59% -
XYZ 17.98 9.47 26.47 -
YUV 79.82 163.09 178.06 -
System Red Green Blue C M Y K H S L
Decimal 150 32 142 0 0.79 0.05 0.41 304.07 0.65 0.36
Hex 96 20 8E 0 4F 5 29 130 41 24
Octal 226 40 216 0 117 5 51 460 101 44
Binary 10010110 100000 10001110 0 1001111 101 101001 100110000 1000001 100100

Color Harmonies of #96208E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96208E

Black with #96208E

Text Example


Text Example

White with #96208E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #96208E;
 }
 .AnyTagClassName
 {
   color: #96208E;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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