Html Css Color HEX #8B1799 Dark Magenta

📋 copy color: '#8B1799'

red 139 ◦ green 23 ◦ blue 153

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

Shades of Dark Magenta #8B1799

Tints of Dark Magenta #8B1799

RGB

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

 GREEN value IS 23 (9.38% from 255) = 7.3%

 BLUE value IS 153 (60.16% from 255) = 48.57%

R = 44.13%
G = 7.3%
B = 48.57%

CMYK

 C value IS 0.09

 M value IS 0.85

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#8B1799 (or 0x8B1799) is known color: Dark Magenta. HEX triplet: 8B, 17 and 99. RGB value is (139,23,153). Sum of RGB (Red+Green+Blue) = 139+23+153=315 (41% of max value = 765). Red value is 139 (54.69% from 255 or 44.13% from 315); Green value is 23 (9.38% from 255 or 7.30% from 315); Blue value is 153 (60.16% from 255 or 48.57% from 315); Max value from RGB is 153 - color contains mainly: blue. Hex color #8B1799 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8B1799 is #74E866. Grayscale: #484848. Windows color (decimal): -7661671 or 10033035. OLE color: 10033035.

HSL color Cylindrical-coordinate representation of color #8B1799: hue angle of 293.54º degrees, saturation: 0.74, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #8B1799 is Cyan = 0.09, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 139 23 153 -
CMYK 0.09 0.85 0 0.4
HSL 293.54º 0.74% 0.35% -
HSV(B) 293.54º 0.85% 0.6% -
XYZ 16.7 8.4 30.88 -
YUV 72.5 173.43 175.43 -
System Red Green Blue C M Y K H S L
Decimal 139 23 153 0.09 0.85 0 0.4 293.54 0.74 0.35
Hex 8B 17 99 9 55 0 28 126 4A 23
Octal 213 27 231 11 125 0 50 446 112 43
Binary 10001011 10111 10011001 1001 1010101 0 101000 100100110 1001010 100011

Color Harmonies of #8B1799

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B1799

Black with #8B1799

Text Example


Text Example

White with #8B1799

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(139,23,153); }

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

background-color css

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

 a { background-color: rgb(139,23,153); }

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

border-color css

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

 span { border-color: rgb(139,23,153); }

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