Html Css Color HEX #98158C Dark Magenta

📋 copy color: '#98158C'

red 152 ◦ green 21 ◦ blue 140

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

Shades of Dark Magenta #98158C

Tints of Dark Magenta #98158C

RGB

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

 GREEN value IS 21 (8.59% from 255) = 6.71%

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

R = 48.56%
G = 6.71%
B = 44.73%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.08

 K value IS 0.40

RGB Variations

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

Color information

#98158C (or 0x98158C) is known color: Dark Magenta. HEX triplet: 98, 15 and 8C. RGB value is (152,21,140). Sum of RGB (Red+Green+Blue) = 152+21+140=313 (41% of max value = 765). Red value is 152 (59.77% from 255 or 48.56% from 313); Green value is 21 (8.59% from 255 or 6.71% from 313); Blue value is 140 (55.08% from 255 or 44.73% from 313); Max value from RGB is 152 - color contains mainly: red. Hex color #98158C is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #98158C is #67EA73. Grayscale: #494949. Windows color (decimal): -6810228 or 9180568. OLE color: 9180568.

HSL color Cylindrical-coordinate representation of color #98158C: hue angle of 305.5º degrees, saturation: 0.76, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #98158C is Cyan = 0, Magento = 0.86, Yellow = 0.08 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 21 140 -
CMYK 0 0.86 0.08 0.40
HSL 305.5º 0.76% 0.34% -
HSV(B) 305.5º 0.86% 0.6% -
XYZ 17.95 9.11 25.62 -
YUV 73.74 165.4 183.82 -
System Red Green Blue C M Y K H S L
Decimal 152 21 140 0 0.86 0.08 0.40 305.5 0.76 0.34
Hex 98 15 8C 0 56 8 28 131 4C 22
Octal 230 25 214 0 126 10 50 461 114 42
Binary 10011000 10101 10001100 0 1010110 1000 101000 100110001 1001100 100010

Color Harmonies of #98158C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98158C

Black with #98158C

Text Example


Text Example

White with #98158C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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