Html Css Color HEX #7A089B Dark Magenta

📋 copy color: '#7A089B'

red 122 ◦ green 8 ◦ blue 155

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

Shades of Dark Magenta #7A089B

Tints of Dark Magenta #7A089B

RGB

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

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

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

R = 42.81%
G = 2.81%
B = 54.39%

CMYK

 C value IS 0.21

 M value IS 0.95

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#7A089B (or 0x7A089B) is known color: Dark Magenta. HEX triplet: 7A, 08 and 9B. RGB value is (122,8,155). Sum of RGB (Red+Green+Blue) = 122+8+155=285 (37% of max value = 765). Red value is 122 (48.05% from 255 or 42.81% from 285); Green value is 8 (3.52% from 255 or 2.81% from 285); Blue value is 155 (60.94% from 255 or 54.39% from 285); Max value from RGB is 155 - color contains mainly: blue. Hex color #7A089B is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7A089B is #85F764. Grayscale: #3A3A3A. Windows color (decimal): -8779621 or 10160250. OLE color: 10160250.

HSL color Cylindrical-coordinate representation of color #7A089B: hue angle of 286.53º degrees, saturation: 0.9, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #7A089B is Cyan = 0.21, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 122 8 155 -
CMYK 0.21 0.95 0 0.39
HSL 286.53º 0.9% 0.32% -
HSV(B) 286.53º 0.95% 0.61% -
XYZ 14.03 6.68 31.56 -
YUV 58.84 182.27 173.05 -
System Red Green Blue C M Y K H S L
Decimal 122 8 155 0.21 0.95 0 0.39 286.53 0.9 0.32
Hex 7A 8 9B 15 5F 0 27 11F 5A 20
Octal 172 10 233 25 137 0 47 437 132 40
Binary 1111010 1000 10011011 10101 1011111 0 100111 100011111 1011010 100000

Color Harmonies of #7A089B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A089B

Black with #7A089B

Text Example


Text Example

White with #7A089B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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