Html Css Color HEX #98087F Dark Magenta

📋 copy color: '#98087F'

red 152 ◦ green 8 ◦ blue 127

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

Shades of Dark Magenta #98087F

Tints of Dark Magenta #98087F

RGB

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

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

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

R = 52.96%
G = 2.79%
B = 44.25%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.16

 K value IS 0.40

RGB Variations

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

Color information

#98087F (or 0x98087F) is known color: Dark Magenta. HEX triplet: 98, 08 and 7F. RGB value is (152,8,127). Sum of RGB (Red+Green+Blue) = 152+8+127=287 (38% of max value = 765). Red value is 152 (59.77% from 255 or 52.96% from 287); Green value is 8 (3.52% from 255 or 2.79% from 287); Blue value is 127 (50% from 255 or 44.25% from 287); Max value from RGB is 152 - color contains mainly: red. Hex color #98087F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #98087F is #67F780. Grayscale: #404040. Windows color (decimal): -6813569 or 8325272. OLE color: 8325272.

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

Color convert

RGB 152 8 127 -
CMYK 0 0.95 0.16 0.40
HSL 310.42º 0.9% 0.31% -
HSV(B) 310.42º 0.95% 0.6% -
XYZ 16.87 8.38 20.81 -
YUV 64.62 163.21 190.32 -
System Red Green Blue C M Y K H S L
Decimal 152 8 127 0 0.95 0.16 0.40 310.42 0.9 0.31
Hex 98 8 7F 0 5F 10 28 136 5A 1F
Octal 230 10 177 0 137 20 50 466 132 37
Binary 10011000 1000 1111111 0 1011111 10000 101000 100110110 1011010 11111

Color Harmonies of #98087F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98087F

Black with #98087F

Text Example


Text Example

White with #98087F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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