Html Css Color HEX #7B089E Dark Magenta

📋 copy color: '#7B089E'

red 123 ◦ green 8 ◦ blue 158

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

Shades of Dark Magenta #7B089E

Tints of Dark Magenta #7B089E

RGB

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

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

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

R = 42.56%
G = 2.77%
B = 54.67%

CMYK

 C value IS 0.22

 M value IS 0.95

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#7B089E (or 0x7B089E) is known color: Dark Magenta. HEX triplet: 7B, 08 and 9E. RGB value is (123,8,158). Sum of RGB (Red+Green+Blue) = 123+8+158=289 (38% of max value = 765). Red value is 123 (48.44% from 255 or 42.56% from 289); Green value is 8 (3.52% from 255 or 2.77% from 289); Blue value is 158 (62.11% from 255 or 54.67% from 289); Max value from RGB is 158 - color contains mainly: blue. Hex color #7B089E is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7B089E is #84F761. Grayscale: #3B3B3B. Windows color (decimal): -8714082 or 10356859. OLE color: 10356859.

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

Color convert

RGB 123 8 158 -
CMYK 0.22 0.95 0 0.38
HSL 286º 0.9% 0.33% -
HSV(B) 286º 0.95% 0.62% -
XYZ 14.43 6.85 32.91 -
YUV 59.49 183.6 173.3 -
System Red Green Blue C M Y K H S L
Decimal 123 8 158 0.22 0.95 0 0.38 286 0.9 0.33
Hex 7B 8 9E 16 5F 0 26 11E 5A 21
Octal 173 10 236 26 137 0 46 436 132 41
Binary 1111011 1000 10011110 10110 1011111 0 100110 100011110 1011010 100001

Color Harmonies of #7B089E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B089E

Black with #7B089E

Text Example


Text Example

White with #7B089E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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