Html Css Color HEX #7F0998 Dark Magenta

📋 copy color: '#7F0998'

red 127 ◦ green 9 ◦ blue 152

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

Shades of Dark Magenta #7F0998

Tints of Dark Magenta #7F0998

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 52.78%

R = 44.1%
G = 3.13%
B = 52.78%

CMYK

 C value IS 0.16

 M value IS 0.94

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#7F0998 (or 0x7F0998) is known color: Dark Magenta. HEX triplet: 7F, 09 and 98. RGB value is (127,9,152). Sum of RGB (Red+Green+Blue) = 127+9+152=288 (38% of max value = 765). Red value is 127 (50% from 255 or 44.10% from 288); Green value is 9 (3.91% from 255 or 3.12% from 288); Blue value is 152 (59.77% from 255 or 52.78% from 288); Max value from RGB is 152 - color contains mainly: blue. Hex color #7F0998 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7F0998 is #80F667. Grayscale: #3C3C3C. Windows color (decimal): -8451688 or 9963903. OLE color: 9963903.

HSL color Cylindrical-coordinate representation of color #7F0998: hue angle of 289.51º degrees, saturation: 0.89, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #7F0998 is Cyan = 0.16, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 127 9 152 -
CMYK 0.16 0.94 0 0.40
HSL 289.51º 0.89% 0.32% -
HSV(B) 289.51º 0.94% 0.6% -
XYZ 14.52 6.97 30.29 -
YUV 60.58 179.59 175.37 -
System Red Green Blue C M Y K H S L
Decimal 127 9 152 0.16 0.94 0 0.40 289.51 0.89 0.32
Hex 7F 9 98 10 5E 0 28 122 59 20
Octal 177 11 230 20 136 0 50 442 131 40
Binary 1111111 1001 10011000 10000 1011110 0 101000 100100010 1011001 100000

Color Harmonies of #7F0998

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F0998

Black with #7F0998

Text Example


Text Example

White with #7F0998

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(127,9,152); }

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

background-color css

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

 a { background-color: rgb(127,9,152); }

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

border-color css

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

 span { border-color: rgb(127,9,152); }

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