#981679

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

Shades of Dark Purple #981679

Tints of Dark Purple #981679

Color information

#981679 (or 0x981679) is unknown color: approx Dark Purple. HEX triplet: 98, 16 and 79. RGB value is (152,22,121). Sum of RGB (Red+Green+Blue) = 152+22+121=295 (39% of max value = 765). Red value is 152 (59.77% from 255 or 51.53% from 295); Green value is 22 (8.98% from 255 or 7.46% from 295); Blue value is 121 (47.66% from 255 or 41.02% from 295); Max value from RGB is 152 - color contains mainly: red. Hex color #981679 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #981679 is #67E986. Grayscale: #474747. Windows color (decimal): -6809991 or 7935640. OLE color: 7935640.

HSL color Cylindrical-coordinate representation of color #981679: hue angle of 314.31º 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 #981679 is Cyan = 0, Magento = 0.86, Yellow = 0.20 and Black (K on CMYK) = 0.40.

Color convert

RGB15222121-
CMYK00.860.200.40
HSL314.31º74.71%34.12%-
HSV(B)314.31º85.53%59.61%-
XYZ16.698.6318.88-
YUV72.16155.57184.95-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 51.53%
GREEN value IS 22 (8.98% from 255) = 7.46%
BLUE value IS 121 (47.66% from 255) = 41.02%
R=51.53%
G=7.46%
B=41.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.20
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1522212100.860.200.40314.3174.7134.12
Hex981679056142813a4b22
Octal230261710126245047211342
Binary1001100010110111100101010110101001010001001110101001011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #981679

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #981679; }

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

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

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

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

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

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

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

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