Html Css Color HEX #96138A Dark Magenta

📋 copy color: '#96138A'

red 150 ◦ green 19 ◦ blue 138

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

Shades of Dark Magenta #96138A

Tints of Dark Magenta #96138A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 44.95%

R = 48.86%
G = 6.19%
B = 44.95%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.08

 K value IS 0.41

RGB Variations

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

Color information

#96138A (or 0x96138A) is known color: Dark Magenta. HEX triplet: 96, 13 and 8A. RGB value is (150,19,138). Sum of RGB (Red+Green+Blue) = 150+19+138=307 (40% of max value = 765). Red value is 150 (58.98% from 255 or 48.86% from 307); Green value is 19 (7.81% from 255 or 6.19% from 307); Blue value is 138 (54.30% from 255 or 44.95% from 307); Max value from RGB is 150 - color contains mainly: red. Hex color #96138A is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #96138A is #69EC75. Grayscale: #474747. Windows color (decimal): -6941814 or 9048982. OLE color: 9048982.

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

Color convert

RGB 150 19 138 -
CMYK 0 0.87 0.08 0.41
HSL 305.5º 0.78% 0.33% -
HSV(B) 305.5º 0.87% 0.59% -
XYZ 17.4 8.78 24.82 -
YUV 71.74 165.4 183.82 -
System Red Green Blue C M Y K H S L
Decimal 150 19 138 0 0.87 0.08 0.41 305.5 0.78 0.33
Hex 96 13 8A 0 57 8 29 131 4E 21
Octal 226 23 212 0 127 10 51 461 116 41
Binary 10010110 10011 10001010 0 1010111 1000 101001 100110001 1001110 100001

Color Harmonies of #96138A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96138A

Black with #96138A

Text Example


Text Example

White with #96138A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #96138A; }

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

 H1.HeaderClassName
 {
   color: #96138A;
 }
 .AnyTagClassName
 {
   color: #96138A;
 }
</style>

background-color css

<style>
 a { background-color: #96138A; }

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

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

border-color css

<style>
 span { border-color: #96138A; }

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

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