Html Css Color HEX #8A0392 Dark Magenta

📋 copy color: '#8A0392'

red 138 ◦ green 3 ◦ blue 146

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

Shades of Dark Magenta #8A0392

Tints of Dark Magenta #8A0392

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.05%

 BLUE value IS 146 (57.42% from 255) = 50.87%

R = 48.08%
G = 1.05%
B = 50.87%

CMYK

 C value IS 0.05

 M value IS 0.98

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#8A0392 (or 0x8A0392) is known color: Dark Magenta. HEX triplet: 8A, 03 and 92. RGB value is (138,3,146). Sum of RGB (Red+Green+Blue) = 138+3+146=287 (38% of max value = 765). Red value is 138 (54.30% from 255 or 48.08% from 287); Green value is 3 (1.56% from 255 or 1.05% from 287); Blue value is 146 (57.42% from 255 or 50.87% from 287); Max value from RGB is 146 - color contains mainly: blue. Hex color #8A0392 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8A0392 is #75FC6D. Grayscale: #3B3B3B. Windows color (decimal): -7732334 or 9569162. OLE color: 9569162.

HSL color Cylindrical-coordinate representation of color #8A0392: hue angle of 296.64º degrees, saturation: 0.96, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #8A0392 is Cyan = 0.05, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 138 3 146 -
CMYK 0.05 0.98 0 0.43
HSL 296.64º 0.96% 0.29% -
HSV(B) 296.64º 0.98% 0.57% -
XYZ 15.7 7.54 27.82 -
YUV 59.67 176.73 183.87 -
System Red Green Blue C M Y K H S L
Decimal 138 3 146 0.05 0.98 0 0.43 296.64 0.96 0.29
Hex 8A 3 92 5 62 0 2B 129 60 1D
Octal 212 3 222 5 142 0 53 451 140 35
Binary 10001010 11 10010010 101 1100010 0 101011 100101001 1100000 11101

Color Harmonies of #8A0392

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A0392

Black with #8A0392

Text Example


Text Example

White with #8A0392

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,3,146); }

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

background-color css

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

 a { background-color: rgb(138,3,146); }

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

border-color css

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

 span { border-color: rgb(138,3,146); }

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