Html Css Color HEX #8A1793 Dark Magenta

📋 copy color: '#8A1793'

red 138 ◦ green 23 ◦ blue 147

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

Shades of Dark Magenta #8A1793

Tints of Dark Magenta #8A1793

RGB

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

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

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

R = 44.81%
G = 7.47%
B = 47.73%

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

#8A1793 (or 0x8A1793) is known color: Dark Magenta. HEX triplet: 8A, 17 and 93. RGB value is (138,23,147). Sum of RGB (Red+Green+Blue) = 138+23+147=308 (40% of max value = 765). Red value is 138 (54.30% from 255 or 44.81% from 308); Green value is 23 (9.38% from 255 or 7.47% from 308); Blue value is 147 (57.81% from 255 or 47.73% from 308); Max value from RGB is 147 - color contains mainly: blue. Hex color #8A1793 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8A1793 is #75E86C. Grayscale: #474747. Windows color (decimal): -7727213 or 9639818. OLE color: 9639818.

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

Color convert

RGB 138 23 147 -
CMYK 0.06 0.84 0 0.42
HSL 295.65º 0.73% 0.33% -
HSV(B) 295.65º 0.84% 0.58% -
XYZ 16.05 8.12 28.33 -
YUV 71.52 170.6 175.42 -
System Red Green Blue C M Y K H S L
Decimal 138 23 147 0.06 0.84 0 0.42 295.65 0.73 0.33
Hex 8A 17 93 6 54 0 2A 128 49 21
Octal 212 27 223 6 124 0 52 450 111 41
Binary 10001010 10111 10010011 110 1010100 0 101010 100101000 1001001 100001

Color Harmonies of #8A1793

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A1793

Black with #8A1793

Text Example


Text Example

White with #8A1793

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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