#981376

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

Shades of Dark Purple #981376

Tints of Dark Purple #981376

Color information

#981376 (or 0x981376) is unknown color: approx Dark Purple. HEX triplet: 98, 13 and 76. RGB value is (152,19,118). Sum of RGB (Red+Green+Blue) = 152+19+118=289 (38% of max value = 765). Red value is 152 (59.77% from 255 or 52.60% from 289); Green value is 19 (7.81% from 255 or 6.57% from 289); Blue value is 118 (46.48% from 255 or 40.83% from 289); Max value from RGB is 152 - color contains mainly: red. Hex color #981376 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #981376 is #67EC89. Grayscale: #454545. Windows color (decimal): -6810762 or 7738264. OLE color: 7738264.

HSL color Cylindrical-coordinate representation of color #981376: hue angle of 315.34º degrees, saturation: 0.78, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #981376 is Cyan = 0, Magento = 0.87, Yellow = 0.22 and Black (K on CMYK) = 0.40.

Color convert

RGB15219118-
CMYK00.870.220.40
HSL315.34º77.78%33.53%-
HSV(B)315.34º87.5%59.61%-
XYZ16.458.4517.9-
YUV70.05155.06186.45-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 52.60%
GREEN value IS 19 (7.81% from 255) = 6.57%
BLUE value IS 118 (46.48% from 255) = 40.83%
R=52.60%
G=6.57%
B=40.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.22
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1521911800.870.220.40315.3477.7833.53
Hex981376057162813b4e22
Octal230231660127265047311642
Binary1001100010011111011001010111101101010001001110111001110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #981376

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #981376; }

 p { color: rgb(152,19,118); }

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

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

 a { background-color: rgb(152,19,118); }

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

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

 span { border-color: rgb(152,19,118); }

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