Html Css Color HEX #8A099D Dark Magenta

📋 copy color: '#8A099D'

red 138 ◦ green 9 ◦ blue 157

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

Shades of Dark Magenta #8A099D

Tints of Dark Magenta #8A099D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 51.64%

R = 45.39%
G = 2.96%
B = 51.64%

CMYK

 C value IS 0.12

 M value IS 0.94

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#8A099D (or 0x8A099D) is known color: Dark Magenta. HEX triplet: 8A, 09 and 9D. RGB value is (138,9,157). Sum of RGB (Red+Green+Blue) = 138+9+157=304 (40% of max value = 765). Red value is 138 (54.30% from 255 or 45.39% from 304); Green value is 9 (3.91% from 255 or 2.96% from 304); Blue value is 157 (61.72% from 255 or 51.64% from 304); Max value from RGB is 157 - color contains mainly: blue. Hex color #8A099D is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8A099D is #75F662. Grayscale: #3F3F3F. Windows color (decimal): -7730787 or 10291594. OLE color: 10291594.

HSL color Cylindrical-coordinate representation of color #8A099D: hue angle of 292.3º 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 #8A099D is Cyan = 0.12, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 138 9 157 -
CMYK 0.12 0.94 0 0.38
HSL 292.3º 0.89% 0.33% -
HSV(B) 292.3º 0.94% 0.62% -
XYZ 16.66 8.03 32.57 -
YUV 64.44 180.24 180.47 -
System Red Green Blue C M Y K H S L
Decimal 138 9 157 0.12 0.94 0 0.38 292.3 0.89 0.33
Hex 8A 9 9D C 5E 0 26 124 59 21
Octal 212 11 235 14 136 0 46 444 131 41
Binary 10001010 1001 10011101 1100 1011110 0 100110 100100100 1011001 100001

Color Harmonies of #8A099D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A099D

Black with #8A099D

Text Example


Text Example

White with #8A099D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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