Html Css Color HEX #7F0892 Dark Magenta

📋 copy color: '#7F0892'

red 127 ◦ green 8 ◦ blue 146

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

Shades of Dark Magenta #7F0892

Tints of Dark Magenta #7F0892

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 51.96%

R = 45.2%
G = 2.85%
B = 51.96%

CMYK

 C value IS 0.13

 M value IS 0.95

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#7F0892 (or 0x7F0892) is known color: Dark Magenta. HEX triplet: 7F, 08 and 92. RGB value is (127,8,146). Sum of RGB (Red+Green+Blue) = 127+8+146=281 (37% of max value = 765). Red value is 127 (50% from 255 or 45.20% from 281); Green value is 8 (3.52% from 255 or 2.85% from 281); Blue value is 146 (57.42% from 255 or 51.96% from 281); Max value from RGB is 146 - color contains mainly: blue. Hex color #7F0892 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7F0892 is #80F76D. Grayscale: #3A3A3A. Windows color (decimal): -8451950 or 9570431. OLE color: 9570431.

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

Color convert

RGB 127 8 146 -
CMYK 0.13 0.95 0 0.43
HSL 291.74º 0.9% 0.3% -
HSV(B) 291.74º 0.95% 0.57% -
XYZ 14.03 6.76 27.76 -
YUV 59.31 176.92 176.28 -
System Red Green Blue C M Y K H S L
Decimal 127 8 146 0.13 0.95 0 0.43 291.74 0.9 0.3
Hex 7F 8 92 D 5F 0 2B 124 5A 1E
Octal 177 10 222 15 137 0 53 444 132 36
Binary 1111111 1000 10010010 1101 1011111 0 101011 100100100 1011010 11110

Color Harmonies of #7F0892

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F0892

Black with #7F0892

Text Example


Text Example

White with #7F0892

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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