Html Css Color HEX #8A099B Dark Magenta

📋 copy color: '#8A099B'

red 138 ◦ green 9 ◦ blue 155

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

Shades of Dark Magenta #8A099B

Tints of Dark Magenta #8A099B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 51.32%

R = 45.7%
G = 2.98%
B = 51.32%

CMYK

 C value IS 0.11

 M value IS 0.94

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#8A099B (or 0x8A099B) is known color: Dark Magenta. HEX triplet: 8A, 09 and 9B. RGB value is (138,9,155). Sum of RGB (Red+Green+Blue) = 138+9+155=302 (40% of max value = 765). Red value is 138 (54.30% from 255 or 45.70% from 302); Green value is 9 (3.91% from 255 or 2.98% from 302); Blue value is 155 (60.94% from 255 or 51.32% from 302); Max value from RGB is 155 - color contains mainly: blue. Hex color #8A099B is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8A099B is #75F664. Grayscale: #3F3F3F. Windows color (decimal): -7730789 or 10160522. OLE color: 10160522.

HSL color Cylindrical-coordinate representation of color #8A099B: hue angle of 293.01º degrees, saturation: 0.89, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #8A099B is Cyan = 0.11, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 138 9 155 -
CMYK 0.11 0.94 0 0.39
HSL 293.01º 0.89% 0.32% -
HSV(B) 293.01º 0.94% 0.61% -
XYZ 16.5 7.97 31.68 -
YUV 64.22 179.24 180.63 -
System Red Green Blue C M Y K H S L
Decimal 138 9 155 0.11 0.94 0 0.39 293.01 0.89 0.32
Hex 8A 9 9B B 5E 0 27 125 59 20
Octal 212 11 233 13 136 0 47 445 131 40
Binary 10001010 1001 10011011 1011 1011110 0 100111 100100101 1011001 100000

Color Harmonies of #8A099B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A099B

Black with #8A099B

Text Example


Text Example

White with #8A099B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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