Html Css Color HEX #8A089E Dark Magenta

📋 copy color: '#8A089E'

red 138 ◦ green 8 ◦ blue 158

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

Shades of Dark Magenta #8A089E

Tints of Dark Magenta #8A089E

RGB

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

 GREEN value IS 8 (3.52% from 255) = 2.63%

 BLUE value IS 158 (62.11% from 255) = 51.97%

R = 45.39%
G = 2.63%
B = 51.97%

CMYK

 C value IS 0.13

 M value IS 0.95

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#8A089E (or 0x8A089E) is known color: Dark Magenta. HEX triplet: 8A, 08 and 9E. RGB value is (138,8,158). Sum of RGB (Red+Green+Blue) = 138+8+158=304 (40% of max value = 765). Red value is 138 (54.30% from 255 or 45.39% from 304); Green value is 8 (3.52% from 255 or 2.63% from 304); Blue value is 158 (62.11% from 255 or 51.97% from 304); Max value from RGB is 158 - color contains mainly: blue. Hex color #8A089E is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8A089E is #75F761. Grayscale: #3F3F3F. Windows color (decimal): -7731042 or 10356874. OLE color: 10356874.

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

Color convert

RGB 138 8 158 -
CMYK 0.13 0.95 0 0.38
HSL 292º 0.9% 0.33% -
HSV(B) 292º 0.95% 0.62% -
XYZ 16.74 8.05 33.02 -
YUV 63.97 181.07 180.8 -
System Red Green Blue C M Y K H S L
Decimal 138 8 158 0.13 0.95 0 0.38 292 0.9 0.33
Hex 8A 8 9E D 5F 0 26 124 5A 21
Octal 212 10 236 15 137 0 46 444 132 41
Binary 10001010 1000 10011110 1101 1011111 0 100110 100100100 1011010 100001

Color Harmonies of #8A089E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A089E

Black with #8A089E

Text Example


Text Example

White with #8A089E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,8,158); }

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

background-color css

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

 a { background-color: rgb(138,8,158); }

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

border-color css

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

 span { border-color: rgb(138,8,158); }

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