Html Css Color HEX #98018C Dark Magenta

📋 copy color: '#98018C'

red 152 ◦ green 1 ◦ blue 140

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

Shades of Dark Magenta #98018C

Tints of Dark Magenta #98018C

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.34%

 BLUE value IS 140 (55.08% from 255) = 47.78%

R = 51.88%
G = 0.34%
B = 47.78%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.08

 K value IS 0.40

RGB Variations

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

Color information

#98018C (or 0x98018C) is known color: Dark Magenta. HEX triplet: 98, 01 and 8C. RGB value is (152,1,140). Sum of RGB (Red+Green+Blue) = 152+1+140=293 (38% of max value = 765). Red value is 152 (59.77% from 255 or 51.88% from 293); Green value is 1 (0.78% from 255 or 0.34% from 293); Blue value is 140 (55.08% from 255 or 47.78% from 293); Max value from RGB is 152 - color contains mainly: red. Hex color #98018C is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #98018C is #67FE73. Grayscale: #3D3D3D. Windows color (decimal): -6815348 or 9175448. OLE color: 9175448.

HSL color Cylindrical-coordinate representation of color #98018C: hue angle of 304.77º degrees, saturation: 0.99, 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 #98018C is Cyan = 0, Magento = 0.99, Yellow = 0.08 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 1 140 -
CMYK 0 0.99 0.08 0.40
HSL 304.77º 0.99% 0.3% -
HSV(B) 304.77º 0.99% 0.6% -
XYZ 17.69 8.59 25.54 -
YUV 62 172.03 192.2 -
System Red Green Blue C M Y K H S L
Decimal 152 1 140 0 0.99 0.08 0.40 304.77 0.99 0.3
Hex 98 1 8C 0 63 8 28 131 63 1E
Octal 230 1 214 0 143 10 50 461 143 36
Binary 10011000 1 10001100 0 1100011 1000 101000 100110001 1100011 11110

Color Harmonies of #98018C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98018C

Black with #98018C

Text Example


Text Example

White with #98018C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #98018C; }

 p { color: rgb(152,1,140); }

 H1.HeaderClassName
 {
   color: #98018C;
 }
 .AnyTagClassName
 {
   color: #98018C;
 }
</style>

background-color css

<style>
 a { background-color: #98018C; }

 a { background-color: rgb(152,1,140); }

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

border-color css

<style>
 span { border-color: #98018C; }

 span { border-color: rgb(152,1,140); }

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