#98168B

Color #98168B Dark Magenta (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Magenta #98168B

Tints of Dark Magenta #98168B

Color information

#98168B (or 0x98168B) is unknown color: approx Dark Magenta. HEX triplet: 98, 16 and 8B. RGB value is (152,22,139). Sum of RGB (Red+Green+Blue) = 152+22+139=313 (41% of max value = 765). Red value is 152 (59.77% from 255 or 48.56% from 313); Green value is 22 (8.98% from 255 or 7.03% from 313); Blue value is 139 (54.69% from 255 or 44.41% from 313); Max value from RGB is 152 - color contains mainly: red. Hex color #98168B is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #98168B is #67E974. Grayscale: #494949. Windows color (decimal): -6809973 or 9115288. OLE color: 9115288.

HSL color Cylindrical-coordinate representation of color #98168B: hue angle of 306º degrees, saturation: 0.75, 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 #98168B is Cyan = 0, Magento = 0.86, Yellow = 0.09 and Black (K on CMYK) = 0.40.

Color convert

RGB15222139-
CMYK00.860.090.40
HSL306º74.71%34.12%-
HSV(B)306º85.53%59.61%-
XYZ17.99.1125.24-
YUV74.21164.57183.49-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 48.56%
GREEN value IS 22 (8.98% from 255) = 7.03%
BLUE value IS 139 (54.69% from 255) = 44.41%
R=48.56%
G=7.03%
B=44.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.09
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1522213900.860.090.4030674.7134.12
Hex98168B0569281324b22
Octal230262130126115046211342
Binary1001100010110100010110101011010011010001001100101001011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98168B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #98168B; }

 p { color: rgb(152,22,139); }

 H1.HeaderClassName
 {
   color: #98168B;
 }
 .AnyTagClassName
 {
   color: #98168B;
 }
</style>
background-color css

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

 a { background-color: rgb(152,22,139); }

 div.DivClassName
 {
   background-color: #98168B;
 }
 .BgClassName
 {
   background-color: #98168B;
 }
</style>
border-color css

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

 span { border-color: rgb(152,22,139); }

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