Html Css Color HEX #96138D Dark Magenta

📋 copy color: '#96138D'

red 150 ◦ green 19 ◦ blue 141

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

Shades of Dark Magenta #96138D

Tints of Dark Magenta #96138D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 45.48%

R = 48.39%
G = 6.13%
B = 45.48%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.06

 K value IS 0.41

RGB Variations

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

Color information

#96138D (or 0x96138D) is known color: Dark Magenta. HEX triplet: 96, 13 and 8D. RGB value is (150,19,141). Sum of RGB (Red+Green+Blue) = 150+19+141=310 (41% of max value = 765). Red value is 150 (58.98% from 255 or 48.39% from 310); Green value is 19 (7.81% from 255 or 6.13% from 310); Blue value is 141 (55.47% from 255 or 45.48% from 310); Max value from RGB is 150 - color contains mainly: red. Hex color #96138D is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #96138D is #69EC72. Grayscale: #474747. Windows color (decimal): -6941811 or 9245590. OLE color: 9245590.

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

Color convert

RGB 150 19 141 -
CMYK 0 0.87 0.06 0.41
HSL 304.12º 0.78% 0.33% -
HSV(B) 304.12º 0.87% 0.59% -
XYZ 17.62 8.87 25.98 -
YUV 72.08 166.9 183.58 -
System Red Green Blue C M Y K H S L
Decimal 150 19 141 0 0.87 0.06 0.41 304.12 0.78 0.33
Hex 96 13 8D 0 57 6 29 130 4E 21
Octal 226 23 215 0 127 6 51 460 116 41
Binary 10010110 10011 10001101 0 1010111 110 101001 100110000 1001110 100001

Color Harmonies of #96138D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96138D

Black with #96138D

Text Example


Text Example

White with #96138D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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