Html Css Color HEX #7C099D Dark Magenta

📋 copy color: '#7C099D'

red 124 ◦ green 9 ◦ blue 157

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

Shades of Dark Magenta #7C099D

Tints of Dark Magenta #7C099D

RGB

 RED value IS 124 (48.83% from 255) = 42.76%

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

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

R = 42.76%
G = 3.1%
B = 54.14%

CMYK

 C value IS 0.21

 M value IS 0.94

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#7C099D (or 0x7C099D) is known color: Dark Magenta. HEX triplet: 7C, 09 and 9D. RGB value is (124,9,157). Sum of RGB (Red+Green+Blue) = 124+9+157=290 (38% of max value = 765). Red value is 124 (48.83% from 255 or 42.76% from 290); Green value is 9 (3.91% from 255 or 3.10% from 290); Blue value is 157 (61.72% from 255 or 54.14% from 290); Max value from RGB is 157 - color contains mainly: blue. Hex color #7C099D is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7C099D is #83F662. Grayscale: #3B3B3B. Windows color (decimal): -8648291 or 10291580. OLE color: 10291580.

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

Color convert

RGB 124 9 157 -
CMYK 0.21 0.94 0 0.38
HSL 286.62º 0.89% 0.33% -
HSV(B) 286.62º 0.94% 0.62% -
XYZ 14.5 6.91 32.47 -
YUV 60.26 182.6 173.47 -
System Red Green Blue C M Y K H S L
Decimal 124 9 157 0.21 0.94 0 0.38 286.62 0.89 0.33
Hex 7C 9 9D 15 5E 0 26 11F 59 21
Octal 174 11 235 25 136 0 46 437 131 41
Binary 1111100 1001 10011101 10101 1011110 0 100110 100011111 1011001 100001

Color Harmonies of #7C099D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C099D

Black with #7C099D

Text Example


Text Example

White with #7C099D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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