Html Css Color HEX #8B0983 Dark Magenta

📋 copy color: '#8B0983'

red 139 ◦ green 9 ◦ blue 131

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

Shades of Dark Magenta #8B0983

Tints of Dark Magenta #8B0983

RGB

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

 GREEN value IS 9 (3.91% from 255) = 3.23%

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

R = 49.82%
G = 3.23%
B = 46.95%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.06

 K value IS 0.45

RGB Variations

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

Color information

#8B0983 (or 0x8B0983) is known color: Dark Magenta. HEX triplet: 8B, 09 and 83. RGB value is (139,9,131). Sum of RGB (Red+Green+Blue) = 139+9+131=279 (36% of max value = 765). Red value is 139 (54.69% from 255 or 49.82% from 279); Green value is 9 (3.91% from 255 or 3.23% from 279); Blue value is 131 (51.56% from 255 or 46.95% from 279); Max value from RGB is 139 - color contains mainly: red. Hex color #8B0983 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8B0983 is #74F67C. Grayscale: #3D3D3D. Windows color (decimal): -7665277 or 8587659. OLE color: 8587659.

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

Color convert

RGB 139 9 131 -
CMYK 0 0.94 0.06 0.45
HSL 303.69º 0.88% 0.29% -
HSV(B) 303.69º 0.94% 0.55% -
XYZ 14.84 7.32 22.1 -
YUV 61.78 167.07 183.08 -
System Red Green Blue C M Y K H S L
Decimal 139 9 131 0 0.94 0.06 0.45 303.69 0.88 0.29
Hex 8B 9 83 0 5E 6 2D 130 58 1D
Octal 213 11 203 0 136 6 55 460 130 35
Binary 10001011 1001 10000011 0 1011110 110 101101 100110000 1011000 11101

Color Harmonies of #8B0983

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B0983

Black with #8B0983

Text Example


Text Example

White with #8B0983

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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