Html Css Color HEX #8B1893 Dark Magenta

📋 copy color: '#8B1893'

red 139 ◦ green 24 ◦ blue 147

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

Shades of Dark Magenta #8B1893

Tints of Dark Magenta #8B1893

RGB

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

 GREEN value IS 24 (9.77% from 255) = 7.74%

 BLUE value IS 147 (57.81% from 255) = 47.42%

R = 44.84%
G = 7.74%
B = 47.42%

CMYK

 C value IS 0.05

 M value IS 0.84

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#8B1893 (or 0x8B1893) is known color: Dark Magenta. HEX triplet: 8B, 18 and 93. RGB value is (139,24,147). Sum of RGB (Red+Green+Blue) = 139+24+147=310 (41% of max value = 765). Red value is 139 (54.69% from 255 or 44.84% from 310); Green value is 24 (9.77% from 255 or 7.74% from 310); Blue value is 147 (57.81% from 255 or 47.42% from 310); Max value from RGB is 147 - color contains mainly: blue. Hex color #8B1893 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8B1893 is #74E76C. Grayscale: #484848. Windows color (decimal): -7661421 or 9640075. OLE color: 9640075.

HSL color Cylindrical-coordinate representation of color #8B1893: hue angle of 296.1º degrees, saturation: 0.72, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #8B1893 is Cyan = 0.05, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 139 24 147 -
CMYK 0.05 0.84 0 0.42
HSL 296.1º 0.72% 0.34% -
HSV(B) 296.1º 0.84% 0.58% -
XYZ 16.24 8.25 28.34 -
YUV 72.41 170.1 175.5 -
System Red Green Blue C M Y K H S L
Decimal 139 24 147 0.05 0.84 0 0.42 296.1 0.72 0.34
Hex 8B 18 93 5 54 0 2A 128 48 22
Octal 213 30 223 5 124 0 52 450 110 42
Binary 10001011 11000 10010011 101 1010100 0 101010 100101000 1001000 100010

Color Harmonies of #8B1893

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B1893

Black with #8B1893

Text Example


Text Example

White with #8B1893

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(139,24,147); }

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

background-color css

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

 a { background-color: rgb(139,24,147); }

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

border-color css

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

 span { border-color: rgb(139,24,147); }

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