Html Css Color HEX #7A099D Dark Magenta

📋 copy color: '#7A099D'

red 122 ◦ green 9 ◦ blue 157

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

Shades of Dark Magenta #7A099D

Tints of Dark Magenta #7A099D

RGB

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

 GREEN value IS 9 (3.91% from 255) = 3.13%

 BLUE value IS 157 (61.72% from 255) = 54.51%

R = 42.36%
G = 3.13%
B = 54.51%

CMYK

 C value IS 0.22

 M value IS 0.94

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#7A099D (or 0x7A099D) is known color: Dark Magenta. HEX triplet: 7A, 09 and 9D. RGB value is (122,9,157). Sum of RGB (Red+Green+Blue) = 122+9+157=288 (38% of max value = 765). Red value is 122 (48.05% from 255 or 42.36% from 288); Green value is 9 (3.91% from 255 or 3.12% from 288); Blue value is 157 (61.72% from 255 or 54.51% from 288); Max value from RGB is 157 - color contains mainly: blue. Hex color #7A099D is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7A099D is #85F662. Grayscale: #3B3B3B. Windows color (decimal): -8779363 or 10291578. OLE color: 10291578.

HSL color Cylindrical-coordinate representation of color #7A099D: hue angle of 285.81º degrees, saturation: 0.89, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #7A099D is Cyan = 0.22, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 122 9 157 -
CMYK 0.22 0.94 0 0.38
HSL 285.81º 0.89% 0.33% -
HSV(B) 285.81º 0.94% 0.62% -
XYZ 14.21 6.77 32.46 -
YUV 59.66 182.94 172.47 -
System Red Green Blue C M Y K H S L
Decimal 122 9 157 0.22 0.94 0 0.38 285.81 0.89 0.33
Hex 7A 9 9D 16 5E 0 26 11E 59 21
Octal 172 11 235 26 136 0 46 436 131 41
Binary 1111010 1001 10011101 10110 1011110 0 100110 100011110 1011001 100001

Color Harmonies of #7A099D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A099D

Black with #7A099D

Text Example


Text Example

White with #7A099D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(122,9,157); }

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

background-color css

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

 a { background-color: rgb(122,9,157); }

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

border-color css

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

 span { border-color: rgb(122,9,157); }

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