#982293

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

Shades of Dark Purple #982293

Tints of Dark Purple #982293

Color information

#982293 (or 0x982293) is unknown color: approx Dark Purple. HEX triplet: 98, 22 and 93. RGB value is (152,34,147). Sum of RGB (Red+Green+Blue) = 152+34+147=333 (44% of max value = 765). Red value is 152 (59.77% from 255 or 45.65% from 333); Green value is 34 (13.67% from 255 or 10.21% from 333); Blue value is 147 (57.81% from 255 or 44.14% from 333); Max value from RGB is 152 - color contains mainly: red. Hex color #982293 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #982293 is #67DD6C. Grayscale: #515151. Windows color (decimal): -6806893 or 9642648. OLE color: 9642648.

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

Color convert

RGB15234147-
CMYK00.780.030.40
HSL302.54º63.44%36.47%-
HSV(B)302.54º77.63%59.61%-
XYZ18.799.9328.53-
YUV82.16164.59177.81-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 45.65%
GREEN value IS 34 (13.67% from 255) = 10.21%
BLUE value IS 147 (57.81% from 255) = 44.14%
R=45.65%
G=10.21%
B=44.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.03
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1523414700.780.030.40302.5463.4436.47
Hex98229304E32812f3f24
Octal2304222301163504577744
Binary10011000100010100100110100111011101000100101111111111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #982293

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #982293; }

 p { color: rgb(152,34,147); }

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

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

 a { background-color: rgb(152,34,147); }

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

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

 span { border-color: rgb(152,34,147); }

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