Html Css Color HEX #96008B Dark Magenta

📋 copy color: '#96008B'

red 150 ◦ green 0 ◦ blue 139

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

Shades of Dark Magenta #96008B

Tints of Dark Magenta #96008B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 48.1%

R = 51.9%
G = 0%
B = 48.1%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.07

 K value IS 0.41

RGB Variations

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

Color information

#96008B (or 0x96008B) is known color: Dark Magenta. HEX triplet: 96, 00 and 8B. RGB value is (150,0,139). Sum of RGB (Red+Green+Blue) = 150+0+139=289 (38% of max value = 765). Red value is 150 (58.98% from 255 or 51.90% from 289); Green value is 0 (0.39% from 255 or 0% from 289); Blue value is 139 (54.69% from 255 or 48.10% from 289); Max value from RGB is 150 - color contains mainly: red. Hex color #96008B is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #96008B is #69FF74. Grayscale: #3C3C3C. Windows color (decimal): -6946677 or 9109654. OLE color: 9109654.

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

Color convert

RGB 150 0 139 -
CMYK 0 1 0.07 0.41
HSL 304.4º 1% 0.29% -
HSV(B) 304.4º 1% 0.59% -
XYZ 17.24 8.35 25.13 -
YUV 60.7 172.2 191.7 -
System Red Green Blue C M Y K H S L
Decimal 150 0 139 0 1 0.07 0.41 304.4 1 0.29
Hex 96 0 8B 0 64 7 29 130 64 1D
Octal 226 0 213 0 144 7 51 460 144 35
Binary 10010110 0 10001011 0 1100100 111 101001 100110000 1100100 11101

Color Harmonies of #96008B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96008B

Black with #96008B

Text Example


Text Example

White with #96008B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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