Html Css Color HEX #98008D Dark Magenta

📋 copy color: '#98008D'

red 152 ◦ green 0 ◦ blue 141

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

Shades of Dark Magenta #98008D

Tints of Dark Magenta #98008D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 48.12%

R = 51.88%
G = 0%
B = 48.12%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.07

 K value IS 0.40

RGB Variations

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

Color information

#98008D (or 0x98008D) is known color: Dark Magenta. HEX triplet: 98, 00 and 8D. RGB value is (152,0,141). Sum of RGB (Red+Green+Blue) = 152+0+141=293 (38% of max value = 765). Red value is 152 (59.77% from 255 or 51.88% from 293); Green value is 0 (0.39% from 255 or 0% from 293); Blue value is 141 (55.47% from 255 or 48.12% from 293); Max value from RGB is 152 - color contains mainly: red. Hex color #98008D is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #98008D is #67FF72. Grayscale: #3D3D3D. Windows color (decimal): -6815603 or 9240728. OLE color: 9240728.

HSL color Cylindrical-coordinate representation of color #98008D: hue angle of 304.34º 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 #98008D is Cyan = 0, Magento = 1, Yellow = 0.07 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 0 141 -
CMYK 0 1 0.07 0.40
HSL 304.34º 1% 0.3% -
HSV(B) 304.34º 1% 0.6% -
XYZ 17.76 8.6 25.92 -
YUV 61.52 172.86 192.54 -
System Red Green Blue C M Y K H S L
Decimal 152 0 141 0 1 0.07 0.40 304.34 1 0.3
Hex 98 0 8D 0 64 7 28 130 64 1E
Octal 230 0 215 0 144 7 50 460 144 36
Binary 10011000 0 10001101 0 1100100 111 101000 100110000 1100100 11110

Color Harmonies of #98008D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98008D

Black with #98008D

Text Example


Text Example

White with #98008D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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