#98298C

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

Shades of Dark Purple #98298C

Tints of Dark Purple #98298C

Color information

#98298C (or 0x98298C) is unknown color: approx Dark Purple. HEX triplet: 98, 29 and 8C. RGB value is (152,41,140). Sum of RGB (Red+Green+Blue) = 152+41+140=333 (44% of max value = 765). Red value is 152 (59.77% from 255 or 45.65% from 333); Green value is 41 (16.41% from 255 or 12.31% from 333); Blue value is 140 (55.08% from 255 or 42.04% from 333); Max value from RGB is 152 - color contains mainly: red. Hex color #98298C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #98298C is #67D673. Grayscale: #555555. Windows color (decimal): -6805108 or 9185688. OLE color: 9185688.

HSL color Cylindrical-coordinate representation of color #98298C: hue angle of 306.49º degrees, saturation: 0.58, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #98298C is Cyan = 0, Magento = 0.73, Yellow = 0.08 and Black (K on CMYK) = 0.40.

Color convert

RGB15241140-
CMYK00.730.080.40
HSL306.49º57.51%37.84%-
HSV(B)306.49º73.03%59.61%-
XYZ18.4810.1525.8-
YUV85.48158.77175.45-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 45.65%
GREEN value IS 41 (16.41% from 255) = 12.31%
BLUE value IS 140 (55.08% from 255) = 42.04%
R=45.65%
G=12.31%
B=42.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.08
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1524114000.730.080.40306.4957.5137.84
Hex98298C0498281323a26
Octal23051214011110504627246
Binary1001100010100110001100010010011000101000100110010111010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98298C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #98298C; }

 p { color: rgb(152,41,140); }

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

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

 a { background-color: rgb(152,41,140); }

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

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

 span { border-color: rgb(152,41,140); }

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