Html Css Color HEX #8B0C83 Dark Magenta

📋 copy color: '#8B0C83'

red 139 ◦ green 12 ◦ blue 131

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

Shades of Dark Magenta #8B0C83

Tints of Dark Magenta #8B0C83

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 46.45%

R = 49.29%
G = 4.26%
B = 46.45%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.06

 K value IS 0.45

RGB Variations

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

Color information

#8B0C83 (or 0x8B0C83) is known color: Dark Magenta. HEX triplet: 8B, 0C and 83. RGB value is (139,12,131). Sum of RGB (Red+Green+Blue) = 139+12+131=282 (37% of max value = 765). Red value is 139 (54.69% from 255 or 49.29% from 282); Green value is 12 (5.08% from 255 or 4.26% from 282); Blue value is 131 (51.56% from 255 or 46.45% from 282); Max value from RGB is 139 - color contains mainly: red. Hex color #8B0C83 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8B0C83 is #74F37C. Grayscale: #3F3F3F. Windows color (decimal): -7664509 or 8588427. OLE color: 8588427.

HSL color Cylindrical-coordinate representation of color #8B0C83: hue angle of 303.78º degrees, saturation: 0.84, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #8B0C83 is Cyan = 0, Magento = 0.91, Yellow = 0.06 and Black (K on CMYK) = 0.45.

Color convert

RGB 139 12 131 -
CMYK 0 0.91 0.06 0.45
HSL 303.78º 0.84% 0.3% -
HSV(B) 303.78º 0.91% 0.55% -
XYZ 14.88 7.39 22.12 -
YUV 63.54 166.08 181.82 -
System Red Green Blue C M Y K H S L
Decimal 139 12 131 0 0.91 0.06 0.45 303.78 0.84 0.3
Hex 8B C 83 0 5B 6 2D 130 54 1E
Octal 213 14 203 0 133 6 55 460 124 36
Binary 10001011 1100 10000011 0 1011011 110 101101 100110000 1010100 11110

Color Harmonies of #8B0C83

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B0C83

Black with #8B0C83

Text Example


Text Example

White with #8B0C83

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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