Html Css Color HEX #8A099F Dark Magenta

📋 copy color: '#8A099F'

red 138 ◦ green 9 ◦ blue 159

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

Shades of Dark Magenta #8A099F

Tints of Dark Magenta #8A099F

RGB

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

 GREEN value IS 9 (3.91% from 255) = 2.94%

 BLUE value IS 159 (62.5% from 255) = 51.96%

R = 45.1%
G = 2.94%
B = 51.96%

CMYK

 C value IS 0.13

 M value IS 0.94

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#8A099F (or 0x8A099F) is known color: Dark Magenta. HEX triplet: 8A, 09 and 9F. RGB value is (138,9,159). Sum of RGB (Red+Green+Blue) = 138+9+159=306 (40% of max value = 765). Red value is 138 (54.30% from 255 or 45.10% from 306); Green value is 9 (3.91% from 255 or 2.94% from 306); Blue value is 159 (62.5% from 255 or 51.96% from 306); Max value from RGB is 159 - color contains mainly: blue. Hex color #8A099F is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8A099F is #75F660. Grayscale: #404040. Windows color (decimal): -7730785 or 10422666. OLE color: 10422666.

HSL color Cylindrical-coordinate representation of color #8A099F: hue angle of 291.6º degrees, saturation: 0.89, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #8A099F is Cyan = 0.13, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 138 9 159 -
CMYK 0.13 0.94 0 0.38
HSL 291.6º 0.89% 0.33% -
HSV(B) 291.6º 0.94% 0.62% -
XYZ 16.84 8.1 33.48 -
YUV 64.67 181.24 180.3 -
System Red Green Blue C M Y K H S L
Decimal 138 9 159 0.13 0.94 0 0.38 291.6 0.89 0.33
Hex 8A 9 9F D 5E 0 26 124 59 21
Octal 212 11 237 15 136 0 46 444 131 41
Binary 10001010 1001 10011111 1101 1011110 0 100110 100100100 1011001 100001

Color Harmonies of #8A099F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A099F

Black with #8A099F

Text Example


Text Example

White with #8A099F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,9,159); }

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

background-color css

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

 a { background-color: rgb(138,9,159); }

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

border-color css

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

 span { border-color: rgb(138,9,159); }

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