Html Css Color HEX #8A1893 Dark Magenta

📋 copy color: '#8A1893'

red 138 ◦ green 24 ◦ blue 147

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

Shades of Dark Magenta #8A1893

Tints of Dark Magenta #8A1893

RGB

 RED value IS 138 (54.3% from 255) = 44.66%

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

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

R = 44.66%
G = 7.77%
B = 47.57%

CMYK

 C value IS 0.06

 M value IS 0.84

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#8A1893 (or 0x8A1893) is known color: Dark Magenta. HEX triplet: 8A, 18 and 93. RGB value is (138,24,147). Sum of RGB (Red+Green+Blue) = 138+24+147=309 (40% of max value = 765). Red value is 138 (54.30% from 255 or 44.66% from 309); Green value is 24 (9.77% from 255 or 7.77% from 309); Blue value is 147 (57.81% from 255 or 47.57% from 309); Max value from RGB is 147 - color contains mainly: blue. Hex color #8A1893 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8A1893 is #75E76C. Grayscale: #474747. Windows color (decimal): -7726957 or 9640074. OLE color: 9640074.

HSL color Cylindrical-coordinate representation of color #8A1893: hue angle of 295.61º 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 #8A1893 is Cyan = 0.06, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 138 24 147 -
CMYK 0.06 0.84 0 0.42
HSL 295.61º 0.72% 0.34% -
HSV(B) 295.61º 0.84% 0.58% -
XYZ 16.07 8.16 28.33 -
YUV 72.11 170.27 175 -
System Red Green Blue C M Y K H S L
Decimal 138 24 147 0.06 0.84 0 0.42 295.61 0.72 0.34
Hex 8A 18 93 6 54 0 2A 128 48 22
Octal 212 30 223 6 124 0 52 450 110 42
Binary 10001010 11000 10010011 110 1010100 0 101010 100101000 1001000 100010

Color Harmonies of #8A1893

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A1893

Black with #8A1893

Text Example


Text Example

White with #8A1893

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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