Html Css Color HEX #96137F Dark Purple

📋 copy color: '#96137F'

red 150 ◦ green 19 ◦ blue 127

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

Shades of Dark Purple #96137F

Tints of Dark Purple #96137F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 42.91%

R = 50.68%
G = 6.42%
B = 42.91%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.15

 K value IS 0.41

RGB Variations

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

Color information

#96137F (or 0x96137F) is known color: Dark Purple. HEX triplet: 96, 13 and 7F. RGB value is (150,19,127). Sum of RGB (Red+Green+Blue) = 150+19+127=296 (39% of max value = 765). Red value is 150 (58.98% from 255 or 50.68% from 296); Green value is 19 (7.81% from 255 or 6.42% from 296); Blue value is 127 (50% from 255 or 42.91% from 296); Max value from RGB is 150 - color contains mainly: red. Hex color #96137F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #96137F is #69EC80. Grayscale: #464646. Windows color (decimal): -6941825 or 8328086. OLE color: 8328086.

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

Color convert

RGB 150 19 127 -
CMYK 0 0.87 0.15 0.41
HSL 310.53º 0.78% 0.33% -
HSV(B) 310.53º 0.87% 0.59% -
XYZ 16.64 8.48 20.84 -
YUV 70.48 159.9 184.72 -
System Red Green Blue C M Y K H S L
Decimal 150 19 127 0 0.87 0.15 0.41 310.53 0.78 0.33
Hex 96 13 7F 0 57 F 29 137 4E 21
Octal 226 23 177 0 127 17 51 467 116 41
Binary 10010110 10011 1111111 0 1010111 1111 101001 100110111 1001110 100001

Color Harmonies of #96137F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96137F

Black with #96137F

Text Example


Text Example

White with #96137F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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