Html Css Color HEX #8A089F Dark Magenta

📋 copy color: '#8A089F'

red 138 ◦ green 8 ◦ blue 159

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

Shades of Dark Magenta #8A089F

Tints of Dark Magenta #8A089F

RGB

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

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

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

R = 45.25%
G = 2.62%
B = 52.13%

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

#8A089F (or 0x8A089F) is known color: Dark Magenta. HEX triplet: 8A, 08 and 9F. RGB value is (138,8,159). Sum of RGB (Red+Green+Blue) = 138+8+159=305 (40% of max value = 765). Red value is 138 (54.30% from 255 or 45.25% from 305); Green value is 8 (3.52% from 255 or 2.62% from 305); Blue value is 159 (62.5% from 255 or 52.13% from 305); Max value from RGB is 159 - color contains mainly: blue. Hex color #8A089F is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8A089F is #75F760. Grayscale: #3F3F3F. Windows color (decimal): -7731041 or 10422410. OLE color: 10422410.

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

Color convert

RGB 138 8 159 -
CMYK 0.13 0.95 0 0.38
HSL 291.66º 0.9% 0.33% -
HSV(B) 291.66º 0.95% 0.62% -
XYZ 16.83 8.08 33.47 -
YUV 64.08 181.57 180.72 -
System Red Green Blue C M Y K H S L
Decimal 138 8 159 0.13 0.95 0 0.38 291.66 0.9 0.33
Hex 8A 8 9F D 5F 0 26 124 5A 21
Octal 212 10 237 15 137 0 46 444 132 41
Binary 10001010 1000 10011111 1101 1011111 0 100110 100100100 1011010 100001

Color Harmonies of #8A089F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A089F

Black with #8A089F

Text Example


Text Example

White with #8A089F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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