Html Css Color HEX #96018A Dark Magenta

📋 copy color: '#96018A'

red 150 ◦ green 1 ◦ blue 138

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

Shades of Dark Magenta #96018A

Tints of Dark Magenta #96018A

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.35%

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

R = 51.9%
G = 0.35%
B = 47.75%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.08

 K value IS 0.41

RGB Variations

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

Color information

#96018A (or 0x96018A) is known color: Dark Magenta. HEX triplet: 96, 01 and 8A. RGB value is (150,1,138). Sum of RGB (Red+Green+Blue) = 150+1+138=289 (38% of max value = 765). Red value is 150 (58.98% from 255 or 51.90% from 289); Green value is 1 (0.78% from 255 or 0.35% from 289); Blue value is 138 (54.30% from 255 or 47.75% from 289); Max value from RGB is 150 - color contains mainly: red. Hex color #96018A is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #96018A is #69FE75. Grayscale: #3C3C3C. Windows color (decimal): -6946422 or 9044374. OLE color: 9044374.

HSL color Cylindrical-coordinate representation of color #96018A: hue angle of 304.83º degrees, saturation: 0.99, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #96018A is Cyan = 0, Magento = 0.99, Yellow = 0.08 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 1 138 -
CMYK 0 0.99 0.08 0.41
HSL 304.83º 0.99% 0.3% -
HSV(B) 304.83º 0.99% 0.59% -
XYZ 17.18 8.34 24.75 -
YUV 61.17 171.36 191.36 -
System Red Green Blue C M Y K H S L
Decimal 150 1 138 0 0.99 0.08 0.41 304.83 0.99 0.3
Hex 96 1 8A 0 63 8 29 131 63 1E
Octal 226 1 212 0 143 10 51 461 143 36
Binary 10010110 1 10001010 0 1100011 1000 101001 100110001 1100011 11110

Color Harmonies of #96018A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96018A

Black with #96018A

Text Example


Text Example

White with #96018A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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