Html Css Color HEX #7F0893 Dark Magenta

📋 copy color: '#7F0893'

red 127 ◦ green 8 ◦ blue 147

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

Shades of Dark Magenta #7F0893

Tints of Dark Magenta #7F0893

RGB

 RED value IS 127 (50% from 255) = 45.04%

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

 BLUE value IS 147 (57.81% from 255) = 52.13%

R = 45.04%
G = 2.84%
B = 52.13%

CMYK

 C value IS 0.14

 M value IS 0.95

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#7F0893 (or 0x7F0893) is known color: Dark Magenta. HEX triplet: 7F, 08 and 93. RGB value is (127,8,147). Sum of RGB (Red+Green+Blue) = 127+8+147=282 (37% of max value = 765). Red value is 127 (50% from 255 or 45.04% from 282); Green value is 8 (3.52% from 255 or 2.84% from 282); Blue value is 147 (57.81% from 255 or 52.13% from 282); Max value from RGB is 147 - color contains mainly: blue. Hex color #7F0893 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7F0893 is #80F76C. Grayscale: #3A3A3A. Windows color (decimal): -8451949 or 9635967. OLE color: 9635967.

HSL color Cylindrical-coordinate representation of color #7F0893: hue angle of 291.37º degrees, saturation: 0.9, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #7F0893 is Cyan = 0.14, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 127 8 147 -
CMYK 0.14 0.95 0 0.42
HSL 291.37º 0.9% 0.3% -
HSV(B) 291.37º 0.95% 0.58% -
XYZ 14.11 6.79 28.17 -
YUV 59.43 177.42 176.2 -
System Red Green Blue C M Y K H S L
Decimal 127 8 147 0.14 0.95 0 0.42 291.37 0.9 0.3
Hex 7F 8 93 E 5F 0 2A 123 5A 1E
Octal 177 10 223 16 137 0 52 443 132 36
Binary 1111111 1000 10010011 1110 1011111 0 101010 100100011 1011010 11110

Color Harmonies of #7F0893

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F0893

Black with #7F0893

Text Example


Text Example

White with #7F0893

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(127,8,147); }

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

background-color css

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

 a { background-color: rgb(127,8,147); }

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

border-color css

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

 span { border-color: rgb(127,8,147); }

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