Html Css Color HEX #96137C Dark Purple

📋 copy color: '#96137C'

red 150 ◦ green 19 ◦ blue 124

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

Shades of Dark Purple #96137C

Tints of Dark Purple #96137C

RGB

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

 GREEN value IS 19 (7.81% from 255) = 6.48%

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

R = 51.19%
G = 6.48%
B = 42.32%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.17

 K value IS 0.41

RGB Variations

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

Color information

#96137C (or 0x96137C) is known color: Dark Purple. HEX triplet: 96, 13 and 7C. RGB value is (150,19,124). Sum of RGB (Red+Green+Blue) = 150+19+124=293 (38% of max value = 765). Red value is 150 (58.98% from 255 or 51.19% from 293); Green value is 19 (7.81% from 255 or 6.48% from 293); Blue value is 124 (48.83% from 255 or 42.32% from 293); Max value from RGB is 150 - color contains mainly: red. Hex color #96137C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #96137C is #69EC83. Grayscale: #454545. Windows color (decimal): -6941828 or 8131478. OLE color: 8131478.

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

Color convert

RGB 150 19 124 -
CMYK 0 0.87 0.17 0.41
HSL 311.91º 0.78% 0.33% -
HSV(B) 311.91º 0.87% 0.59% -
XYZ 16.45 8.41 19.82 -
YUV 70.14 158.4 184.96 -
System Red Green Blue C M Y K H S L
Decimal 150 19 124 0 0.87 0.17 0.41 311.91 0.78 0.33
Hex 96 13 7C 0 57 11 29 138 4E 21
Octal 226 23 174 0 127 21 51 470 116 41
Binary 10010110 10011 1111100 0 1010111 10001 101001 100111000 1001110 100001

Color Harmonies of #96137C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96137C

Black with #96137C

Text Example


Text Example

White with #96137C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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