Html Css Color HEX #8B1199 Dark Magenta

📋 copy color: '#8B1199'

red 139 ◦ green 17 ◦ blue 153

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

Shades of Dark Magenta #8B1199

Tints of Dark Magenta #8B1199

RGB

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

 GREEN value IS 17 (7.03% from 255) = 5.5%

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

R = 44.98%
G = 5.5%
B = 49.51%

CMYK

 C value IS 0.09

 M value IS 0.89

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#8B1199 (or 0x8B1199) is known color: Dark Magenta. HEX triplet: 8B, 11 and 99. RGB value is (139,17,153). Sum of RGB (Red+Green+Blue) = 139+17+153=309 (40% of max value = 765). Red value is 139 (54.69% from 255 or 44.98% from 309); Green value is 17 (7.03% from 255 or 5.50% from 309); Blue value is 153 (60.16% from 255 or 49.51% from 309); Max value from RGB is 153 - color contains mainly: blue. Hex color #8B1199 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8B1199 is #74EE66. Grayscale: #444444. Windows color (decimal): -7663207 or 10031499. OLE color: 10031499.

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

Color convert

RGB 139 17 153 -
CMYK 0.09 0.89 0 0.4
HSL 293.82º 0.8% 0.33% -
HSV(B) 293.82º 0.89% 0.6% -
XYZ 16.6 8.19 30.84 -
YUV 68.98 175.42 177.94 -
System Red Green Blue C M Y K H S L
Decimal 139 17 153 0.09 0.89 0 0.4 293.82 0.8 0.33
Hex 8B 11 99 9 59 0 28 126 50 21
Octal 213 21 231 11 131 0 50 446 120 41
Binary 10001011 10001 10011001 1001 1011001 0 101000 100100110 1010000 100001

Color Harmonies of #8B1199

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B1199

Black with #8B1199

Text Example


Text Example

White with #8B1199

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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