#98127D

Color #98127D Dark Purple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Purple #98127D

Tints of Dark Purple #98127D

Color information

#98127D (or 0x98127D) is unknown color: approx Dark Purple. HEX triplet: 98, 12 and 7D. RGB value is (152,18,125). Sum of RGB (Red+Green+Blue) = 152+18+125=295 (39% of max value = 765). Red value is 152 (59.77% from 255 or 51.53% from 295); Green value is 18 (7.42% from 255 or 6.10% from 295); Blue value is 125 (49.22% from 255 or 42.37% from 295); Max value from RGB is 152 - color contains mainly: red. Hex color #98127D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #98127D is #67ED82. Grayscale: #454545. Windows color (decimal): -6811011 or 8196760. OLE color: 8196760.

HSL color Cylindrical-coordinate representation of color #98127D: hue angle of 312.09º degrees, saturation: 0.79, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #98127D is Cyan = 0, Magento = 0.88, Yellow = 0.18 and Black (K on CMYK) = 0.40.

Color convert

RGB15218125-
CMYK00.880.180.40
HSL312.09º78.82%33.33%-
HSV(B)312.09º88.16%59.61%-
XYZ16.878.5920.17-
YUV70.26158.89186.3-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 51.53%
GREEN value IS 18 (7.42% from 255) = 6.10%
BLUE value IS 125 (49.22% from 255) = 42.37%
R=51.53%
G=6.10%
B=42.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.18
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1521812500.880.180.40312.0978.8233.33
Hex98127D05812281384f21
Octal230221750130225047011741
Binary1001100010010111110101011000100101010001001110001001111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98127D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #98127D; }

 p { color: rgb(152,18,125); }

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

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

 a { background-color: rgb(152,18,125); }

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

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

 span { border-color: rgb(152,18,125); }

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