Html Css Color HEX #96217D Dark Purple

📋 copy color: '#96217D'

red 150 ◦ green 33 ◦ blue 125

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

Shades of Dark Purple #96217D

Tints of Dark Purple #96217D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 40.58%

R = 48.7%
G = 10.71%
B = 40.58%

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

#96217D (or 0x96217D) is known color: Dark Purple. HEX triplet: 96, 21 and 7D. RGB value is (150,33,125). Sum of RGB (Red+Green+Blue) = 150+33+125=308 (40% of max value = 765). Red value is 150 (58.98% from 255 or 48.70% from 308); Green value is 33 (13.28% from 255 or 10.71% from 308); Blue value is 125 (49.22% from 255 or 40.58% from 308); Max value from RGB is 150 - color contains mainly: red. Hex color #96217D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #96217D is #69DE82. Grayscale: #4E4E4E. Windows color (decimal): -6938243 or 8200598. OLE color: 8200598.

HSL color Cylindrical-coordinate representation of color #96217D: hue angle of 312.82º 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 #96217D is Cyan = 0, Magento = 0.78, Yellow = 0.17 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 33 125 -
CMYK 0 0.78 0.17 0.41
HSL 312.82º 0.64% 0.36% -
HSV(B) 312.82º 0.78% 0.59% -
XYZ 16.82 9.05 20.26 -
YUV 78.47 154.26 179.02 -
System Red Green Blue C M Y K H S L
Decimal 150 33 125 0 0.78 0.17 0.41 312.82 0.64 0.36
Hex 96 21 7D 0 4E 11 29 139 40 24
Octal 226 41 175 0 116 21 51 471 100 44
Binary 10010110 100001 1111101 0 1001110 10001 101001 100111001 1000000 100100

Color Harmonies of #96217D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96217D

Black with #96217D

Text Example


Text Example

White with #96217D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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