#981782

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

Shades of Dark Purple #981782

Tints of Dark Purple #981782

Color information

#981782 (or 0x981782) is unknown color: approx Dark Purple. HEX triplet: 98, 17 and 82. RGB value is (152,23,130). Sum of RGB (Red+Green+Blue) = 152+23+130=305 (40% of max value = 765). Red value is 152 (59.77% from 255 or 49.84% from 305); Green value is 23 (9.38% from 255 or 7.54% from 305); Blue value is 130 (51.17% from 255 or 42.62% from 305); Max value from RGB is 152 - color contains mainly: red. Hex color #981782 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #981782 is #67E87D. Grayscale: #494949. Windows color (decimal): -6809726 or 8525720. OLE color: 8525720.

HSL color Cylindrical-coordinate representation of color #981782: hue angle of 310.23º degrees, saturation: 0.74, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #981782 is Cyan = 0, Magento = 0.85, Yellow = 0.14 and Black (K on CMYK) = 0.40.

Color convert

RGB15223130-
CMYK00.850.140.40
HSL310.23º73.71%34.31%-
HSV(B)310.23º84.87%59.61%-
XYZ17.288.921.93-
YUV73.77159.74183.8-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 49.84%
GREEN value IS 23 (9.38% from 255) = 7.54%
BLUE value IS 130 (51.17% from 255) = 42.62%
R=49.84%
G=7.54%
B=42.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.14
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1522313000.850.140.40310.2373.7134.31
Hex981782055E281364a22
Octal230272020125165046611242
Binary1001100010111100000100101010111101010001001101101001010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #981782

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #981782; }

 p { color: rgb(152,23,130); }

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

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

 a { background-color: rgb(152,23,130); }

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

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

 span { border-color: rgb(152,23,130); }

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