#982095

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

Shades of Dark Purple #982095

Tints of Dark Purple #982095

Color information

#982095 (or 0x982095) is unknown color: approx Dark Purple. HEX triplet: 98, 20 and 95. RGB value is (152,32,149). Sum of RGB (Red+Green+Blue) = 152+32+149=333 (44% of max value = 765). Red value is 152 (59.77% from 255 or 45.65% from 333); Green value is 32 (12.89% from 255 or 9.61% from 333); Blue value is 149 (58.59% from 255 or 44.74% from 333); Max value from RGB is 152 - color contains mainly: red. Hex color #982095 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #982095 is #67DF6A. Grayscale: #505050. Windows color (decimal): -6807403 or 9773208. OLE color: 9773208.

HSL color Cylindrical-coordinate representation of color #982095: hue angle of 301.5º degrees, saturation: 0.65, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #982095 is Cyan = 0, Magento = 0.79, Yellow = 0.02 and Black (K on CMYK) = 0.40.

Color convert

RGB15232149-
CMYK00.790.020.40
HSL301.5º65.22%36.08%-
HSV(B)301.5º78.95%59.61%-
XYZ18.899.8829.34-
YUV81.22166.26178.49-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 45.65%
GREEN value IS 32 (12.89% from 255) = 9.61%
BLUE value IS 149 (58.59% from 255) = 44.74%
R=45.65%
G=9.61%
B=44.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.02
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1523214900.790.020.40301.565.2236.08
Hex98209504F22812e4124
Octal23040225011725045610144
Binary100110001000001001010101001111101010001001011101000001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #982095

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #982095; }

 p { color: rgb(152,32,149); }

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

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

 a { background-color: rgb(152,32,149); }

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

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

 span { border-color: rgb(152,32,149); }

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