Html Css Color HEX #8B0096 Dark Magenta

📋 copy color: '#8B0096'

red 139 ◦ green 0 ◦ blue 150

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

Shades of Dark Magenta #8B0096

Tints of Dark Magenta #8B0096

RGB

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

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

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

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

CMYK

 C value IS 0.07

 M value IS 1

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#8B0096 (or 0x8B0096) is known color: Dark Magenta. HEX triplet: 8B, 00 and 96. RGB value is (139,0,150). Sum of RGB (Red+Green+Blue) = 139+0+150=289 (38% of max value = 765). Red value is 139 (54.69% from 255 or 48.10% from 289); Green value is 0 (0.39% from 255 or 0% from 289); Blue value is 150 (58.98% from 255 or 51.90% from 289); Max value from RGB is 150 - color contains mainly: blue. Hex color #8B0096 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8B0096 is #74FF69. Grayscale: #3A3A3A. Windows color (decimal): -7667562 or 9830539. OLE color: 9830539.

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

Color convert

RGB 139 0 150 -
CMYK 0.07 1 0 0.41
HSL 295.6º 1% 0.29% -
HSV(B) 295.6º 1% 0.59% -
XYZ 16.15 7.69 29.49 -
YUV 58.66 179.55 185.3 -
System Red Green Blue C M Y K H S L
Decimal 139 0 150 0.07 1 0 0.41 295.6 1 0.29
Hex 8B 0 96 7 64 0 29 128 64 1D
Octal 213 0 226 7 144 0 51 450 144 35
Binary 10001011 0 10010110 111 1100100 0 101001 100101000 1100100 11101

Color Harmonies of #8B0096

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B0096

Black with #8B0096

Text Example


Text Example

White with #8B0096

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8B0096; }

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

 H1.HeaderClassName
 {
   color: #8B0096;
 }
 .AnyTagClassName
 {
   color: #8B0096;
 }
</style>

background-color css

<style>
 a { background-color: #8B0096; }

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

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

border-color css

<style>
 span { border-color: #8B0096; }

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

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