#981674

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

Shades of Dark Purple #981674

Tints of Dark Purple #981674

Color information

#981674 (or 0x981674) is unknown color: approx Dark Purple. HEX triplet: 98, 16 and 74. RGB value is (152,22,116). Sum of RGB (Red+Green+Blue) = 152+22+116=290 (38% of max value = 765). Red value is 152 (59.77% from 255 or 52.41% from 290); Green value is 22 (8.98% from 255 or 7.59% from 290); Blue value is 116 (45.70% from 255 or 40% from 290); Max value from RGB is 152 - color contains mainly: red. Hex color #981674 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #981674 is #67E98B. Grayscale: #474747. Windows color (decimal): -6809996 or 7607960. OLE color: 7607960.

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

Color convert

RGB15222116-
CMYK00.860.240.40
HSL316.62º74.71%34.12%-
HSV(B)316.62º85.53%59.61%-
XYZ16.398.5117.3-
YUV71.59153.07185.36-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 52.41%
GREEN value IS 22 (8.98% from 255) = 7.59%
BLUE value IS 116 (45.70% from 255) = 40%
R=52.41%
G=7.59%
B=40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.24
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1522211600.860.240.40316.6274.7134.12
Hex981674056182813d4b22
Octal230261640126305047511342
Binary1001100010110111010001010110110001010001001111011001011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #981674

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #981674; }

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

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

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

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

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

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

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

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