Html Css Color HEX #96008A Dark Magenta

📋 copy color: '#96008A'

red 150 ◦ green 0 ◦ blue 138

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

Shades of Dark Magenta #96008A

Tints of Dark Magenta #96008A

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 52.08%
G = 0%
B = 47.92%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.08

 K value IS 0.41

RGB Variations

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

Color information

#96008A (or 0x96008A) is known color: Dark Magenta. HEX triplet: 96, 00 and 8A. RGB value is (150,0,138). Sum of RGB (Red+Green+Blue) = 150+0+138=288 (38% of max value = 765). Red value is 150 (58.98% from 255 or 52.08% from 288); Green value is 0 (0.39% from 255 or 0% from 288); Blue value is 138 (54.30% from 255 or 47.92% from 288); Max value from RGB is 150 - color contains mainly: red. Hex color #96008A is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #96008A is #69FF75. Grayscale: #3C3C3C. Windows color (decimal): -6946678 or 9044118. OLE color: 9044118.

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

Color convert

RGB 150 0 138 -
CMYK 0 1 0.08 0.41
HSL 304.8º 1% 0.29% -
HSV(B) 304.8º 1% 0.59% -
XYZ 17.17 8.32 24.75 -
YUV 60.58 171.7 191.78 -
System Red Green Blue C M Y K H S L
Decimal 150 0 138 0 1 0.08 0.41 304.8 1 0.29
Hex 96 0 8A 0 64 8 29 131 64 1D
Octal 226 0 212 0 144 10 51 461 144 35
Binary 10010110 0 10001010 0 1100100 1000 101001 100110001 1100100 11101

Color Harmonies of #96008A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96008A

Black with #96008A

Text Example


Text Example

White with #96008A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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