Html Css Color HEX #8A079F Dark Magenta

📋 copy color: '#8A079F'

red 138 ◦ green 7 ◦ blue 159

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

Shades of Dark Magenta #8A079F

Tints of Dark Magenta #8A079F

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.3%

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

R = 45.39%
G = 2.3%
B = 52.3%

CMYK

 C value IS 0.13

 M value IS 0.96

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#8A079F (or 0x8A079F) is known color: Dark Magenta. HEX triplet: 8A, 07 and 9F. RGB value is (138,7,159). Sum of RGB (Red+Green+Blue) = 138+7+159=304 (40% of max value = 765). Red value is 138 (54.30% from 255 or 45.39% from 304); Green value is 7 (3.12% from 255 or 2.30% from 304); Blue value is 159 (62.5% from 255 or 52.30% from 304); Max value from RGB is 159 - color contains mainly: blue. Hex color #8A079F is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8A079F is #75F860. Grayscale: #3F3F3F. Windows color (decimal): -7731297 or 10422154. OLE color: 10422154.

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

Color convert

RGB 138 7 159 -
CMYK 0.13 0.96 0 0.38
HSL 291.71º 0.92% 0.33% -
HSV(B) 291.71º 0.96% 0.62% -
XYZ 16.82 8.06 33.47 -
YUV 63.5 181.9 181.14 -
System Red Green Blue C M Y K H S L
Decimal 138 7 159 0.13 0.96 0 0.38 291.71 0.92 0.33
Hex 8A 7 9F D 60 0 26 124 5C 21
Octal 212 7 237 15 140 0 46 444 134 41
Binary 10001010 111 10011111 1101 1100000 0 100110 100100100 1011100 100001

Color Harmonies of #8A079F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A079F

Black with #8A079F

Text Example


Text Example

White with #8A079F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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