Html Css Color HEX #98108E Dark Magenta

📋 copy color: '#98108E'

red 152 ◦ green 16 ◦ blue 142

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

Shades of Dark Magenta #98108E

Tints of Dark Magenta #98108E

RGB

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

 GREEN value IS 16 (6.64% from 255) = 5.16%

 BLUE value IS 142 (55.86% from 255) = 45.81%

R = 49.03%
G = 5.16%
B = 45.81%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.07

 K value IS 0.40

RGB Variations

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

Color information

#98108E (or 0x98108E) is known color: Dark Magenta. HEX triplet: 98, 10 and 8E. RGB value is (152,16,142). Sum of RGB (Red+Green+Blue) = 152+16+142=310 (41% of max value = 765). Red value is 152 (59.77% from 255 or 49.03% from 310); Green value is 16 (6.64% from 255 or 5.16% from 310); Blue value is 142 (55.86% from 255 or 45.81% from 310); Max value from RGB is 152 - color contains mainly: red. Hex color #98108E is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #98108E is #67EF71. Grayscale: #464646. Windows color (decimal): -6811506 or 9310360. OLE color: 9310360.

HSL color Cylindrical-coordinate representation of color #98108E: hue angle of 304.41º degrees, saturation: 0.81, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #98108E is Cyan = 0, Magento = 0.89, Yellow = 0.07 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 16 142 -
CMYK 0 0.89 0.07 0.40
HSL 304.41º 0.81% 0.33% -
HSV(B) 304.41º 0.89% 0.6% -
XYZ 18.02 9 26.38 -
YUV 71.03 168.06 185.75 -
System Red Green Blue C M Y K H S L
Decimal 152 16 142 0 0.89 0.07 0.40 304.41 0.81 0.33
Hex 98 10 8E 0 59 7 28 130 51 21
Octal 230 20 216 0 131 7 50 460 121 41
Binary 10011000 10000 10001110 0 1011001 111 101000 100110000 1010001 100001

Color Harmonies of #98108E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98108E

Black with #98108E

Text Example


Text Example

White with #98108E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #98108E; }

 p { color: rgb(152,16,142); }

 H1.HeaderClassName
 {
   color: #98108E;
 }
 .AnyTagClassName
 {
   color: #98108E;
 }
</style>

background-color css

<style>
 a { background-color: #98108E; }

 a { background-color: rgb(152,16,142); }

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

border-color css

<style>
 span { border-color: #98108E; }

 span { border-color: rgb(152,16,142); }

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