Html Css Color HEX #8A038D Dark Magenta

📋 copy color: '#8A038D'

red 138 ◦ green 3 ◦ blue 141

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

Shades of Dark Magenta #8A038D

Tints of Dark Magenta #8A038D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 50%

R = 48.94%
G = 1.06%
B = 50%

CMYK

 C value IS 0.02

 M value IS 0.98

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#8A038D (or 0x8A038D) is known color: Dark Magenta. HEX triplet: 8A, 03 and 8D. RGB value is (138,3,141). Sum of RGB (Red+Green+Blue) = 138+3+141=282 (37% of max value = 765). Red value is 138 (54.30% from 255 or 48.94% from 282); Green value is 3 (1.56% from 255 or 1.06% from 282); Blue value is 141 (55.47% from 255 or 50% from 282); Max value from RGB is 141 - color contains mainly: blue. Hex color #8A038D is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8A038D is #75FC72. Grayscale: #3A3A3A. Windows color (decimal): -7732339 or 9241482. OLE color: 9241482.

HSL color Cylindrical-coordinate representation of color #8A038D: hue angle of 298.7º degrees, saturation: 0.96, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #8A038D is Cyan = 0.02, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 138 3 141 -
CMYK 0.02 0.98 0 0.45
HSL 298.7º 0.96% 0.28% -
HSV(B) 298.7º 0.98% 0.55% -
XYZ 15.32 7.39 25.82 -
YUV 59.1 174.23 184.28 -
System Red Green Blue C M Y K H S L
Decimal 138 3 141 0.02 0.98 0 0.45 298.7 0.96 0.28
Hex 8A 3 8D 2 62 0 2D 12B 60 1C
Octal 212 3 215 2 142 0 55 453 140 34
Binary 10001010 11 10001101 10 1100010 0 101101 100101011 1100000 11100

Color Harmonies of #8A038D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A038D

Black with #8A038D

Text Example


Text Example

White with #8A038D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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