Html Css Color HEX #8B0A9C Dark Magenta

📋 copy color: '#8B0A9C'

red 139 ◦ green 10 ◦ blue 156

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

Shades of Dark Magenta #8B0A9C

Tints of Dark Magenta #8B0A9C

RGB

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

 GREEN value IS 10 (4.3% from 255) = 3.28%

 BLUE value IS 156 (61.33% from 255) = 51.15%

R = 45.57%
G = 3.28%
B = 51.15%

CMYK

 C value IS 0.11

 M value IS 0.94

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#8B0A9C (or 0x8B0A9C) is known color: Dark Magenta. HEX triplet: 8B, 0A and 9C. RGB value is (139,10,156). Sum of RGB (Red+Green+Blue) = 139+10+156=305 (40% of max value = 765). Red value is 139 (54.69% from 255 or 45.57% from 305); Green value is 10 (4.30% from 255 or 3.28% from 305); Blue value is 156 (61.33% from 255 or 51.15% from 305); Max value from RGB is 156 - color contains mainly: blue. Hex color #8B0A9C is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8B0A9C is #74F563. Grayscale: #404040. Windows color (decimal): -7664996 or 10226315. OLE color: 10226315.

HSL color Cylindrical-coordinate representation of color #8B0A9C: hue angle of 293.01º degrees, saturation: 0.88, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #8B0A9C is Cyan = 0.11, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 139 10 156 -
CMYK 0.11 0.94 0 0.39
HSL 293.01º 0.88% 0.33% -
HSV(B) 293.01º 0.94% 0.61% -
XYZ 16.76 8.11 32.13 -
YUV 65.22 179.24 180.63 -
System Red Green Blue C M Y K H S L
Decimal 139 10 156 0.11 0.94 0 0.39 293.01 0.88 0.33
Hex 8B A 9C B 5E 0 27 125 58 21
Octal 213 12 234 13 136 0 47 445 130 41
Binary 10001011 1010 10011100 1011 1011110 0 100111 100100101 1011000 100001

Color Harmonies of #8B0A9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B0A9C

Black with #8B0A9C

Text Example


Text Example

White with #8B0A9C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(139,10,156); }

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

background-color css

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

 a { background-color: rgb(139,10,156); }

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

border-color css

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

 span { border-color: rgb(139,10,156); }

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