Html Css Color HEX #98027F Dark Magenta

📋 copy color: '#98027F'

red 152 ◦ green 2 ◦ blue 127

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

Shades of Dark Magenta #98027F

Tints of Dark Magenta #98027F

RGB

 RED value IS 152 (59.77% from 255) = 54.09%

 GREEN value IS 2 (1.17% from 255) = 0.71%

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

R = 54.09%
G = 0.71%
B = 45.2%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.16

 K value IS 0.40

RGB Variations

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

Color information

#98027F (or 0x98027F) is known color: Dark Magenta. HEX triplet: 98, 02 and 7F. RGB value is (152,2,127). Sum of RGB (Red+Green+Blue) = 152+2+127=281 (37% of max value = 765). Red value is 152 (59.77% from 255 or 54.09% from 281); Green value is 2 (1.17% from 255 or 0.71% from 281); Blue value is 127 (50% from 255 or 45.20% from 281); Max value from RGB is 152 - color contains mainly: red. Hex color #98027F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #98027F is #67FD80. Grayscale: #3C3C3C. Windows color (decimal): -6815105 or 8323736. OLE color: 8323736.

HSL color Cylindrical-coordinate representation of color #98027F: hue angle of 310º degrees, saturation: 0.97, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #98027F is Cyan = 0, Magento = 0.99, Yellow = 0.16 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 2 127 -
CMYK 0 0.99 0.16 0.40
HSL 310º 0.97% 0.3% -
HSV(B) 310º 0.99% 0.6% -
XYZ 16.8 8.25 20.79 -
YUV 61.1 165.2 192.84 -
System Red Green Blue C M Y K H S L
Decimal 152 2 127 0 0.99 0.16 0.40 310 0.97 0.3
Hex 98 2 7F 0 63 10 28 136 61 1E
Octal 230 2 177 0 143 20 50 466 141 36
Binary 10011000 10 1111111 0 1100011 10000 101000 100110110 1100001 11110

Color Harmonies of #98027F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98027F

Black with #98027F

Text Example


Text Example

White with #98027F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #98027F; }

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

 H1.HeaderClassName
 {
   color: #98027F;
 }
 .AnyTagClassName
 {
   color: #98027F;
 }
</style>

background-color css

<style>
 a { background-color: #98027F; }

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

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

border-color css

<style>
 span { border-color: #98027F; }

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

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