#984083

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

Shades of Dark Purple #984083

Tints of Dark Purple #984083

Color information

#984083 (or 0x984083) is unknown color: approx Dark Purple. HEX triplet: 98, 40 and 83. RGB value is (152,64,131). Sum of RGB (Red+Green+Blue) = 152+64+131=347 (45% of max value = 765). Red value is 152 (59.77% from 255 or 43.80% from 347); Green value is 64 (25.39% from 255 or 18.44% from 347); Blue value is 131 (51.56% from 255 or 37.75% from 347); Max value from RGB is 152 - color contains mainly: red. Hex color #984083 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #984083 is #67BF7C. Grayscale: #616161. Windows color (decimal): -6799229 or 8601752. OLE color: 8601752.

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

Color convert

RGB15264131-
CMYK00.580.140.40
HSL314.32º40.74%42.35%-
HSV(B)314.32º57.89%59.61%-
XYZ18.8811.9822.79-
YUV97.95146.65166.55-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 43.80%
GREEN value IS 64 (25.39% from 255) = 18.44%
BLUE value IS 131 (51.56% from 255) = 37.75%
R=43.80%
G=18.44%
B=37.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.14
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1526413100.580.140.40314.3240.7442.35
Hex98408303AE2813a292a
Octal23010020307216504725152
Binary1001100010000001000001101110101110101000100111010101001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #984083

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #984083; }

 p { color: rgb(152,64,131); }

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

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

 a { background-color: rgb(152,64,131); }

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

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

 span { border-color: rgb(152,64,131); }

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