Html Css Color HEX #98007D Dark Magenta

📋 copy color: '#98007D'

red 152 ◦ green 0 ◦ blue 125

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

Shades of Dark Magenta #98007D

Tints of Dark Magenta #98007D

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 125 (49.22% from 255) = 45.13%

R = 54.87%
G = 0%
B = 45.13%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.18

 K value IS 0.40

RGB Variations

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

Color information

#98007D (or 0x98007D) is known color: Dark Magenta. HEX triplet: 98, 00 and 7D. RGB value is (152,0,125). Sum of RGB (Red+Green+Blue) = 152+0+125=277 (36% of max value = 765). Red value is 152 (59.77% from 255 or 54.87% from 277); Green value is 0 (0.39% from 255 or 0% from 277); Blue value is 125 (49.22% from 255 or 45.13% from 277); Max value from RGB is 152 - color contains mainly: red. Hex color #98007D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #98007D is #67FF82. Grayscale: #3B3B3B. Windows color (decimal): -6815619 or 8192152. OLE color: 8192152.

HSL color Cylindrical-coordinate representation of color #98007D: hue angle of 310.66º degrees, saturation: 1, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 1%. Process color model (Four color, CMYK) of #98007D is Cyan = 0, Magento = 1, Yellow = 0.18 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 0 125 -
CMYK 0 1 0.18 0.40
HSL 310.66º 1% 0.3% -
HSV(B) 310.66º 1% 0.6% -
XYZ 16.65 8.16 20.1 -
YUV 59.7 164.86 193.84 -
System Red Green Blue C M Y K H S L
Decimal 152 0 125 0 1 0.18 0.40 310.66 1 0.3
Hex 98 0 7D 0 64 12 28 137 64 1E
Octal 230 0 175 0 144 22 50 467 144 36
Binary 10011000 0 1111101 0 1100100 10010 101000 100110111 1100100 11110

Color Harmonies of #98007D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98007D

Black with #98007D

Text Example


Text Example

White with #98007D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #98007D; }

 p { color: rgb(152,0,125); }

 H1.HeaderClassName
 {
   color: #98007D;
 }
 .AnyTagClassName
 {
   color: #98007D;
 }
</style>

background-color css

<style>
 a { background-color: #98007D; }

 a { background-color: rgb(152,0,125); }

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

border-color css

<style>
 span { border-color: #98007D; }

 span { border-color: rgb(152,0,125); }

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