Html Css Color HEX #96247D Dark Purple

📋 copy color: '#96247D'

red 150 ◦ green 36 ◦ blue 125

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

Shades of Dark Purple #96247D

Tints of Dark Purple #96247D

RGB

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

 GREEN value IS 36 (14.45% from 255) = 11.58%

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

R = 48.23%
G = 11.58%
B = 40.19%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.17

 K value IS 0.41

RGB Variations

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

Color information

#96247D (or 0x96247D) is known color: Dark Purple. HEX triplet: 96, 24 and 7D. RGB value is (150,36,125). Sum of RGB (Red+Green+Blue) = 150+36+125=311 (41% of max value = 765). Red value is 150 (58.98% from 255 or 48.23% from 311); Green value is 36 (14.45% from 255 or 11.58% from 311); Blue value is 125 (49.22% from 255 or 40.19% from 311); Max value from RGB is 150 - color contains mainly: red. Hex color #96247D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #96247D is #69DB82. Grayscale: #4F4F4F. Windows color (decimal): -6937475 or 8201366. OLE color: 8201366.

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

Color convert

RGB 150 36 125 -
CMYK 0 0.76 0.17 0.41
HSL 313.16º 0.61% 0.36% -
HSV(B) 313.16º 0.76% 0.59% -
XYZ 16.91 9.23 20.29 -
YUV 80.23 153.27 177.76 -
System Red Green Blue C M Y K H S L
Decimal 150 36 125 0 0.76 0.17 0.41 313.16 0.61 0.36
Hex 96 24 7D 0 4C 11 29 139 3D 24
Octal 226 44 175 0 114 21 51 471 75 44
Binary 10010110 100100 1111101 0 1001100 10001 101001 100111001 111101 100100

Color Harmonies of #96247D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96247D

Black with #96247D

Text Example


Text Example

White with #96247D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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