#982373

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

Shades of Dark Purple #982373

Tints of Dark Purple #982373

Color information

#982373 (or 0x982373) is unknown color: approx Dark Purple. HEX triplet: 98, 23 and 73. RGB value is (152,35,115). Sum of RGB (Red+Green+Blue) = 152+35+115=302 (40% of max value = 765). Red value is 152 (59.77% from 255 or 50.33% from 302); Green value is 35 (14.06% from 255 or 11.59% from 302); Blue value is 115 (45.31% from 255 or 38.08% from 302); Max value from RGB is 152 - color contains mainly: red. Hex color #982373 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #982373 is #67DC8C. Grayscale: #4E4E4E. Windows color (decimal): -6806669 or 7545752. OLE color: 7545752.

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

Color convert

RGB15235115-
CMYK00.770.240.40
HSL318.97º62.57%36.67%-
HSV(B)318.97º76.97%59.61%-
XYZ16.649.1217.1-
YUV79.1148.26180-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 50.33%
GREEN value IS 35 (14.06% from 255) = 11.59%
BLUE value IS 115 (45.31% from 255) = 38.08%
R=50.33%
G=11.59%
B=38.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.24
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1523511500.770.240.40318.9762.5736.67
Hex98237304D182813f3f25
Octal23043163011530504777745
Binary1001100010001111100110100110111000101000100111111111111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #982373

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #982373; }

 p { color: rgb(152,35,115); }

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

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

 a { background-color: rgb(152,35,115); }

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

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

 span { border-color: rgb(152,35,115); }

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