Html Css Color HEX #8A1393 Dark Magenta

📋 copy color: '#8A1393'

red 138 ◦ green 19 ◦ blue 147

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

Shades of Dark Magenta #8A1393

Tints of Dark Magenta #8A1393

RGB

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

 GREEN value IS 19 (7.81% from 255) = 6.25%

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

R = 45.39%
G = 6.25%
B = 48.36%

CMYK

 C value IS 0.06

 M value IS 0.87

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#8A1393 (or 0x8A1393) is known color: Dark Magenta. HEX triplet: 8A, 13 and 93. RGB value is (138,19,147). Sum of RGB (Red+Green+Blue) = 138+19+147=304 (40% of max value = 765). Red value is 138 (54.30% from 255 or 45.39% from 304); Green value is 19 (7.81% from 255 or 6.25% from 304); Blue value is 147 (57.81% from 255 or 48.36% from 304); Max value from RGB is 147 - color contains mainly: blue. Hex color #8A1393 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8A1393 is #75EC6C. Grayscale: #444444. Windows color (decimal): -7728237 or 9638794. OLE color: 9638794.

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

Color convert

RGB 138 19 147 -
CMYK 0.06 0.87 0 0.42
HSL 295.78º 0.77% 0.33% -
HSV(B) 295.78º 0.87% 0.58% -
XYZ 15.98 7.98 28.3 -
YUV 69.17 171.92 177.09 -
System Red Green Blue C M Y K H S L
Decimal 138 19 147 0.06 0.87 0 0.42 295.78 0.77 0.33
Hex 8A 13 93 6 57 0 2A 128 4D 21
Octal 212 23 223 6 127 0 52 450 115 41
Binary 10001010 10011 10010011 110 1010111 0 101010 100101000 1001101 100001

Color Harmonies of #8A1393

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A1393

Black with #8A1393

Text Example


Text Example

White with #8A1393

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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