Html Css Color HEX #96137B Dark Purple

📋 copy color: '#96137B'

red 150 ◦ green 19 ◦ blue 123

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

Shades of Dark Purple #96137B

Tints of Dark Purple #96137B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 42.12%

R = 51.37%
G = 6.51%
B = 42.12%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.18

 K value IS 0.41

RGB Variations

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

Color information

#96137B (or 0x96137B) is known color: Dark Purple. HEX triplet: 96, 13 and 7B. RGB value is (150,19,123). Sum of RGB (Red+Green+Blue) = 150+19+123=292 (38% of max value = 765). Red value is 150 (58.98% from 255 or 51.37% from 292); Green value is 19 (7.81% from 255 or 6.51% from 292); Blue value is 123 (48.44% from 255 or 42.12% from 292); Max value from RGB is 150 - color contains mainly: red. Hex color #96137B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #96137B is #69EC84. Grayscale: #454545. Windows color (decimal): -6941829 or 8065942. OLE color: 8065942.

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

Color convert

RGB 150 19 123 -
CMYK 0 0.87 0.18 0.41
HSL 312.37º 0.78% 0.33% -
HSV(B) 312.37º 0.87% 0.59% -
XYZ 16.39 8.38 19.49 -
YUV 70.03 157.9 185.04 -
System Red Green Blue C M Y K H S L
Decimal 150 19 123 0 0.87 0.18 0.41 312.37 0.78 0.33
Hex 96 13 7B 0 57 12 29 138 4E 21
Octal 226 23 173 0 127 22 51 470 116 41
Binary 10010110 10011 1111011 0 1010111 10010 101001 100111000 1001110 100001

Color Harmonies of #96137B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96137B

Black with #96137B

Text Example


Text Example

White with #96137B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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