#98397C

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

Shades of Dark Purple #98397C

Tints of Dark Purple #98397C

Color information

#98397C (or 0x98397C) is unknown color: approx Dark Purple. HEX triplet: 98, 39 and 7C. RGB value is (152,57,124). Sum of RGB (Red+Green+Blue) = 152+57+124=333 (44% of max value = 765). Red value is 152 (59.77% from 255 or 45.65% from 333); Green value is 57 (22.66% from 255 or 17.12% from 333); Blue value is 124 (48.83% from 255 or 37.24% from 333); Max value from RGB is 152 - color contains mainly: red. Hex color #98397C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #98397C is #67C683. Grayscale: #5C5C5C. Windows color (decimal): -6801028 or 8141208. OLE color: 8141208.

HSL color Cylindrical-coordinate representation of color #98397C: hue angle of 317.68º degrees, saturation: 0.45, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #98397C is Cyan = 0, Magento = 0.62, Yellow = 0.18 and Black (K on CMYK) = 0.40.

Color convert

RGB15257124-
CMYK00.620.180.40
HSL317.68º45.45%40.98%-
HSV(B)317.68º62.5%59.61%-
XYZ18.0511.0620.25-
YUV93.04145.47170.05-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 45.65%
GREEN value IS 57 (22.66% from 255) = 17.12%
BLUE value IS 124 (48.83% from 255) = 37.24%
R=45.65%
G=17.12%
B=37.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.18
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1525712400.620.180.40317.6845.4540.98
Hex98397C03E122813e2d29
Octal2307117407622504765551
Binary100110001110011111100011111010010101000100111110101101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98397C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(152,57,124); }

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

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

 a { background-color: rgb(152,57,124); }

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

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

 span { border-color: rgb(152,57,124); }

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