Html Css Color HEX #981192 Dark Magenta

📋 copy color: '#981192'

red 152 ◦ green 17 ◦ blue 146

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

Shades of Dark Magenta #981192

Tints of Dark Magenta #981192

RGB

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

 GREEN value IS 17 (7.03% from 255) = 5.4%

 BLUE value IS 146 (57.42% from 255) = 46.35%

R = 48.25%
G = 5.4%
B = 46.35%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.04

 K value IS 0.40

RGB Variations

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

Color information

#981192 (or 0x981192) is known color: Dark Magenta. HEX triplet: 98, 11 and 92. RGB value is (152,17,146). Sum of RGB (Red+Green+Blue) = 152+17+146=315 (41% of max value = 765). Red value is 152 (59.77% from 255 or 48.25% from 315); Green value is 17 (7.03% from 255 or 5.40% from 315); Blue value is 146 (57.42% from 255 or 46.35% from 315); Max value from RGB is 152 - color contains mainly: red. Hex color #981192 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #981192 is #67EE6D. Grayscale: #474747. Windows color (decimal): -6811246 or 9572760. OLE color: 9572760.

HSL color Cylindrical-coordinate representation of color #981192: hue angle of 302.67º degrees, saturation: 0.8, 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 #981192 is Cyan = 0, Magento = 0.89, Yellow = 0.04 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 17 146 -
CMYK 0 0.89 0.04 0.40
HSL 302.67º 0.8% 0.33% -
HSV(B) 302.67º 0.89% 0.6% -
XYZ 18.34 9.15 27.99 -
YUV 72.07 169.73 185.01 -
System Red Green Blue C M Y K H S L
Decimal 152 17 146 0 0.89 0.04 0.40 302.67 0.8 0.33
Hex 98 11 92 0 59 4 28 12F 50 21
Octal 230 21 222 0 131 4 50 457 120 41
Binary 10011000 10001 10010010 0 1011001 100 101000 100101111 1010000 100001

Color Harmonies of #981192

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #981192

Black with #981192

Text Example


Text Example

White with #981192

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #981192; }

 p { color: rgb(152,17,146); }

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

background-color css

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

 a { background-color: rgb(152,17,146); }

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

border-color css

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

 span { border-color: rgb(152,17,146); }

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