#984085

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

Shades of Dark Purple #984085

Tints of Dark Purple #984085

Color information

#984085 (or 0x984085) is unknown color: approx Dark Purple. HEX triplet: 98, 40 and 85. RGB value is (152,64,133). Sum of RGB (Red+Green+Blue) = 152+64+133=349 (46% of max value = 765). Red value is 152 (59.77% from 255 or 43.55% from 349); Green value is 64 (25.39% from 255 or 18.34% from 349); Blue value is 133 (52.34% from 255 or 38.11% from 349); Max value from RGB is 152 - color contains mainly: red. Hex color #984085 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #984085 is #67BF7A. Grayscale: #616161. Windows color (decimal): -6799227 or 8732824. OLE color: 8732824.

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

Color convert

RGB15264133-
CMYK00.580.130.40
HSL312.95º40.74%42.35%-
HSV(B)312.95º57.89%59.61%-
XYZ19.0212.0423.51-
YUV98.18147.65166.39-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 43.55%
GREEN value IS 64 (25.39% from 255) = 18.34%
BLUE value IS 133 (52.34% from 255) = 38.11%
R=43.55%
G=18.34%
B=38.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.13
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1526413300.580.130.40312.9540.7442.35
Hex98408503AD28139292a
Octal23010020507215504715152
Binary1001100010000001000010101110101101101000100111001101001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #984085

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #984085; }

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

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

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

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

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

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

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

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