Html Css Color HEX #8B0C91 Dark Magenta

📋 copy color: '#8B0C91'

red 139 ◦ green 12 ◦ blue 145

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

Shades of Dark Magenta #8B0C91

Tints of Dark Magenta #8B0C91

RGB

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

 GREEN value IS 12 (5.08% from 255) = 4.05%

 BLUE value IS 145 (57.03% from 255) = 48.99%

R = 46.96%
G = 4.05%
B = 48.99%

CMYK

 C value IS 0.04

 M value IS 0.92

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#8B0C91 (or 0x8B0C91) is known color: Dark Magenta. HEX triplet: 8B, 0C and 91. RGB value is (139,12,145). Sum of RGB (Red+Green+Blue) = 139+12+145=296 (39% of max value = 765). Red value is 139 (54.69% from 255 or 46.96% from 296); Green value is 12 (5.08% from 255 or 4.05% from 296); Blue value is 145 (57.03% from 255 or 48.99% from 296); Max value from RGB is 145 - color contains mainly: blue. Hex color #8B0C91 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8B0C91 is #74F36E. Grayscale: #404040. Windows color (decimal): -7664495 or 9505931. OLE color: 9505931.

HSL color Cylindrical-coordinate representation of color #8B0C91: hue angle of 297.29º degrees, saturation: 0.85, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #8B0C91 is Cyan = 0.04, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 139 12 145 -
CMYK 0.04 0.92 0 0.43
HSL 297.29º 0.85% 0.31% -
HSV(B) 297.29º 0.92% 0.57% -
XYZ 15.89 7.8 27.46 -
YUV 65.14 173.08 180.69 -
System Red Green Blue C M Y K H S L
Decimal 139 12 145 0.04 0.92 0 0.43 297.29 0.85 0.31
Hex 8B C 91 4 5C 0 2B 129 55 1F
Octal 213 14 221 4 134 0 53 451 125 37
Binary 10001011 1100 10010001 100 1011100 0 101011 100101001 1010101 11111

Color Harmonies of #8B0C91

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B0C91

Black with #8B0C91

Text Example


Text Example

White with #8B0C91

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(139,12,145); }

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

background-color css

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

 a { background-color: rgb(139,12,145); }

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

border-color css

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

 span { border-color: rgb(139,12,145); }

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