Html Css Color HEX #7A089E Dark Magenta

📋 copy color: '#7A089E'

red 122 ◦ green 8 ◦ blue 158

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

Shades of Dark Magenta #7A089E

Tints of Dark Magenta #7A089E

RGB

 RED value IS 122 (48.05% from 255) = 42.36%

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

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

R = 42.36%
G = 2.78%
B = 54.86%

CMYK

 C value IS 0.23

 M value IS 0.95

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#7A089E (or 0x7A089E) is known color: Dark Magenta. HEX triplet: 7A, 08 and 9E. RGB value is (122,8,158). Sum of RGB (Red+Green+Blue) = 122+8+158=288 (38% of max value = 765). Red value is 122 (48.05% from 255 or 42.36% from 288); Green value is 8 (3.52% from 255 or 2.78% from 288); Blue value is 158 (62.11% from 255 or 54.86% from 288); Max value from RGB is 158 - color contains mainly: blue. Hex color #7A089E is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7A089E is #85F761. Grayscale: #3A3A3A. Windows color (decimal): -8779618 or 10356858. OLE color: 10356858.

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

Color convert

RGB 122 8 158 -
CMYK 0.23 0.95 0 0.38
HSL 285.6º 0.9% 0.33% -
HSV(B) 285.6º 0.95% 0.62% -
XYZ 14.28 6.78 32.9 -
YUV 59.19 183.77 172.8 -
System Red Green Blue C M Y K H S L
Decimal 122 8 158 0.23 0.95 0 0.38 285.6 0.9 0.33
Hex 7A 8 9E 17 5F 0 26 11E 5A 21
Octal 172 10 236 27 137 0 46 436 132 41
Binary 1111010 1000 10011110 10111 1011111 0 100110 100011110 1011010 100001

Color Harmonies of #7A089E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A089E

Black with #7A089E

Text Example


Text Example

White with #7A089E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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