Html Css Color HEX #96137E Dark Purple

📋 copy color: '#96137E'

red 150 ◦ green 19 ◦ blue 126

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

Shades of Dark Purple #96137E

Tints of Dark Purple #96137E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 42.71%

R = 50.85%
G = 6.44%
B = 42.71%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.16

 K value IS 0.41

RGB Variations

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

Color information

#96137E (or 0x96137E) is known color: Dark Purple. HEX triplet: 96, 13 and 7E. RGB value is (150,19,126). Sum of RGB (Red+Green+Blue) = 150+19+126=295 (39% of max value = 765). Red value is 150 (58.98% from 255 or 50.85% from 295); Green value is 19 (7.81% from 255 or 6.44% from 295); Blue value is 126 (49.61% from 255 or 42.71% from 295); Max value from RGB is 150 - color contains mainly: red. Hex color #96137E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #96137E is #69EC81. Grayscale: #464646. Windows color (decimal): -6941826 or 8262550. OLE color: 8262550.

HSL color Cylindrical-coordinate representation of color #96137E: hue angle of 310.99º 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 #96137E is Cyan = 0, Magento = 0.87, Yellow = 0.16 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 19 126 -
CMYK 0 0.87 0.16 0.41
HSL 310.99º 0.78% 0.33% -
HSV(B) 310.99º 0.87% 0.59% -
XYZ 16.58 8.46 20.5 -
YUV 70.37 159.4 184.8 -
System Red Green Blue C M Y K H S L
Decimal 150 19 126 0 0.87 0.16 0.41 310.99 0.78 0.33
Hex 96 13 7E 0 57 10 29 137 4E 21
Octal 226 23 176 0 127 20 51 467 116 41
Binary 10010110 10011 1111110 0 1010111 10000 101001 100110111 1001110 100001

Color Harmonies of #96137E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96137E

Black with #96137E

Text Example


Text Example

White with #96137E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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