#982495

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

Shades of Dark Purple #982495

Tints of Dark Purple #982495

Color information

#982495 (or 0x982495) is unknown color: approx Dark Purple. HEX triplet: 98, 24 and 95. RGB value is (152,36,149). Sum of RGB (Red+Green+Blue) = 152+36+149=337 (44% of max value = 765). Red value is 152 (59.77% from 255 or 45.10% from 337); Green value is 36 (14.45% from 255 or 10.68% from 337); Blue value is 149 (58.59% from 255 or 44.21% from 337); Max value from RGB is 152 - color contains mainly: red. Hex color #982495 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #982495 is #67DB6A. Grayscale: #535353. Windows color (decimal): -6806379 or 9774232. OLE color: 9774232.

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

Color convert

RGB15236149-
CMYK00.760.020.40
HSL301.55º61.7%36.86%-
HSV(B)301.55º76.32%59.61%-
XYZ1910.1129.38-
YUV83.57164.93176.81-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 45.10%
GREEN value IS 36 (14.45% from 255) = 10.68%
BLUE value IS 149 (58.59% from 255) = 44.21%
R=45.10%
G=10.68%
B=44.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.02
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1523614900.760.020.40301.5561.736.86
Hex98249504C22812e3e25
Octal2304422501142504567645
Binary10011000100100100101010100110010101000100101110111110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #982495

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #982495; }

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

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

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

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

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

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

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

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