Html Css Color HEX #96217C Dark Purple

📋 copy color: '#96217C'

red 150 ◦ green 33 ◦ blue 124

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

Shades of Dark Purple #96217C

Tints of Dark Purple #96217C

RGB

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

 GREEN value IS 33 (13.28% from 255) = 10.75%

 BLUE value IS 124 (48.83% from 255) = 40.39%

R = 48.86%
G = 10.75%
B = 40.39%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.17

 K value IS 0.41

RGB Variations

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

Color information

#96217C (or 0x96217C) is known color: Dark Purple. HEX triplet: 96, 21 and 7C. RGB value is (150,33,124). Sum of RGB (Red+Green+Blue) = 150+33+124=307 (40% of max value = 765). Red value is 150 (58.98% from 255 or 48.86% from 307); Green value is 33 (13.28% from 255 or 10.75% from 307); Blue value is 124 (48.83% from 255 or 40.39% from 307); Max value from RGB is 150 - color contains mainly: red. Hex color #96217C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #96217C is #69DE83. Grayscale: #4E4E4E. Windows color (decimal): -6938244 or 8135062. OLE color: 8135062.

HSL color Cylindrical-coordinate representation of color #96217C: hue angle of 313.33º degrees, saturation: 0.64, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #96217C is Cyan = 0, Magento = 0.78, Yellow = 0.17 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 33 124 -
CMYK 0 0.78 0.17 0.41
HSL 313.33º 0.64% 0.36% -
HSV(B) 313.33º 0.78% 0.59% -
XYZ 16.76 9.03 19.93 -
YUV 78.36 153.76 179.1 -
System Red Green Blue C M Y K H S L
Decimal 150 33 124 0 0.78 0.17 0.41 313.33 0.64 0.36
Hex 96 21 7C 0 4E 11 29 139 40 24
Octal 226 41 174 0 116 21 51 471 100 44
Binary 10010110 100001 1111100 0 1001110 10001 101001 100111001 1000000 100100

Color Harmonies of #96217C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96217C

Black with #96217C

Text Example


Text Example

White with #96217C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #96217C; }

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

 H1.HeaderClassName
 {
   color: #96217C;
 }
 .AnyTagClassName
 {
   color: #96217C;
 }
</style>

background-color css

<style>
 a { background-color: #96217C; }

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

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

border-color css

<style>
 span { border-color: #96217C; }

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

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