Html Css Color HEX #96187D Dark Purple

📋 copy color: '#96187D'

red 150 ◦ green 24 ◦ blue 125

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

Shades of Dark Purple #96187D

Tints of Dark Purple #96187D

RGB

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

 GREEN value IS 24 (9.77% from 255) = 8.03%

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

R = 50.17%
G = 8.03%
B = 41.81%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.17

 K value IS 0.41

RGB Variations

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

Color information

#96187D (or 0x96187D) is known color: Dark Purple. HEX triplet: 96, 18 and 7D. RGB value is (150,24,125). Sum of RGB (Red+Green+Blue) = 150+24+125=299 (39% of max value = 765). Red value is 150 (58.98% from 255 or 50.17% from 299); Green value is 24 (9.77% from 255 or 8.03% from 299); Blue value is 125 (49.22% from 255 or 41.81% from 299); Max value from RGB is 150 - color contains mainly: red. Hex color #96187D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #96187D is #69E782. Grayscale: #484848. Windows color (decimal): -6940547 or 8198294. OLE color: 8198294.

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

Color convert

RGB 150 24 125 -
CMYK 0 0.84 0.17 0.41
HSL 311.9º 0.72% 0.34% -
HSV(B) 311.9º 0.84% 0.59% -
XYZ 16.61 8.62 20.19 -
YUV 73.19 157.24 182.79 -
System Red Green Blue C M Y K H S L
Decimal 150 24 125 0 0.84 0.17 0.41 311.9 0.72 0.34
Hex 96 18 7D 0 54 11 29 138 48 22
Octal 226 30 175 0 124 21 51 470 110 42
Binary 10010110 11000 1111101 0 1010100 10001 101001 100111000 1001000 100010

Color Harmonies of #96187D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96187D

Black with #96187D

Text Example


Text Example

White with #96187D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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