#981875

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

Shades of Dark Purple #981875

Tints of Dark Purple #981875

Color information

#981875 (or 0x981875) is unknown color: approx Dark Purple. HEX triplet: 98, 18 and 75. RGB value is (152,24,117). Sum of RGB (Red+Green+Blue) = 152+24+117=293 (38% of max value = 765). Red value is 152 (59.77% from 255 or 51.88% from 293); Green value is 24 (9.77% from 255 or 8.19% from 293); Blue value is 117 (46.09% from 255 or 39.93% from 293); Max value from RGB is 152 - color contains mainly: red. Hex color #981875 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #981875 is #67E78A. Grayscale: #484848. Windows color (decimal): -6809483 or 7674008. OLE color: 7674008.

HSL color Cylindrical-coordinate representation of color #981875: hue angle of 316.41º degrees, saturation: 0.73, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #981875 is Cyan = 0, Magento = 0.84, Yellow = 0.23 and Black (K on CMYK) = 0.40.

Color convert

RGB15224117-
CMYK00.840.230.40
HSL316.41º72.73%34.51%-
HSV(B)316.41º84.21%59.61%-
XYZ16.498.6117.62-
YUV72.87152.91184.44-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 51.88%
GREEN value IS 24 (9.77% from 255) = 8.19%
BLUE value IS 117 (46.09% from 255) = 39.93%
R=51.88%
G=8.19%
B=39.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.23
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1522411700.840.230.40316.4172.7334.51
Hex981875054172813c4923
Octal230301650124275047411143
Binary1001100011000111010101010100101111010001001111001001001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #981875

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #981875; }

 p { color: rgb(152,24,117); }

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

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

 a { background-color: rgb(152,24,117); }

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

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

 span { border-color: rgb(152,24,117); }

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