Html Css Color HEX #7B099E Dark Magenta

📋 copy color: '#7B099E'

red 123 ◦ green 9 ◦ blue 158

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

Shades of Dark Magenta #7B099E

Tints of Dark Magenta #7B099E

RGB

 RED value IS 123 (48.44% from 255) = 42.41%

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

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

R = 42.41%
G = 3.1%
B = 54.48%

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

#7B099E (or 0x7B099E) is known color: Dark Magenta. HEX triplet: 7B, 09 and 9E. RGB value is (123,9,158). Sum of RGB (Red+Green+Blue) = 123+9+158=290 (38% of max value = 765). Red value is 123 (48.44% from 255 or 42.41% from 290); Green value is 9 (3.91% from 255 or 3.10% from 290); Blue value is 158 (62.11% from 255 or 54.48% from 290); Max value from RGB is 158 - color contains mainly: blue. Hex color #7B099E is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7B099E is #84F661. Grayscale: #3B3B3B. Windows color (decimal): -8713826 or 10357115. OLE color: 10357115.

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

Color convert

RGB 123 9 158 -
CMYK 0.22 0.94 0 0.38
HSL 285.91º 0.89% 0.33% -
HSV(B) 285.91º 0.94% 0.62% -
XYZ 14.44 6.87 32.91 -
YUV 60.07 183.27 172.88 -
System Red Green Blue C M Y K H S L
Decimal 123 9 158 0.22 0.94 0 0.38 285.91 0.89 0.33
Hex 7B 9 9E 16 5E 0 26 11E 59 21
Octal 173 11 236 26 136 0 46 436 131 41
Binary 1111011 1001 10011110 10110 1011110 0 100110 100011110 1011001 100001

Color Harmonies of #7B099E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B099E

Black with #7B099E

Text Example


Text Example

White with #7B099E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(123,9,158); }

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

background-color css

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

 a { background-color: rgb(123,9,158); }

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

border-color css

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

 span { border-color: rgb(123,9,158); }

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