#98357C

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

Shades of Dark Purple #98357C

Tints of Dark Purple #98357C

Color information

#98357C (or 0x98357C) is unknown color: approx Dark Purple. HEX triplet: 98, 35 and 7C. RGB value is (152,53,124). Sum of RGB (Red+Green+Blue) = 152+53+124=329 (43% of max value = 765). Red value is 152 (59.77% from 255 or 46.20% from 329); Green value is 53 (21.09% from 255 or 16.11% from 329); Blue value is 124 (48.83% from 255 or 37.69% from 329); Max value from RGB is 152 - color contains mainly: red. Hex color #98357C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #98357C is #67CA83. Grayscale: #5A5A5A. Windows color (decimal): -6802052 or 8140184. OLE color: 8140184.

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

Color convert

RGB15253124-
CMYK00.650.180.40
HSL316.97º48.29%40.2%-
HSV(B)316.97º65.13%59.61%-
XYZ17.8610.6820.19-
YUV90.7146.8171.73-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 46.20%
GREEN value IS 53 (21.09% from 255) = 16.11%
BLUE value IS 124 (48.83% from 255) = 37.69%
R=46.20%
G=16.11%
B=37.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.18
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1525312400.650.180.40316.9748.2940.2
Hex98357C041122813d3028
Octal23065174010122504756050
Binary1001100011010111111000100000110010101000100111101110000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98357C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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