#98307C

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

Shades of Dark Purple #98307C

Tints of Dark Purple #98307C

Color information

#98307C (or 0x98307C) is unknown color: approx Dark Purple. HEX triplet: 98, 30 and 7C. RGB value is (152,48,124). Sum of RGB (Red+Green+Blue) = 152+48+124=324 (42% of max value = 765). Red value is 152 (59.77% from 255 or 46.91% from 324); Green value is 48 (19.14% from 255 or 14.81% from 324); Blue value is 124 (48.83% from 255 or 38.27% from 324); Max value from RGB is 152 - color contains mainly: red. Hex color #98307C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #98307C is #67CF83. Grayscale: #575757. Windows color (decimal): -6803332 or 8138904. OLE color: 8138904.

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

Color convert

RGB15248124-
CMYK00.680.180.40
HSL316.15º52%39.22%-
HSV(B)316.15º68.42%59.61%-
XYZ17.6410.2420.12-
YUV87.76148.46173.82-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 46.91%
GREEN value IS 48 (19.14% from 255) = 14.81%
BLUE value IS 124 (48.83% from 255) = 38.27%
R=46.91%
G=14.81%
B=38.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.18
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1524812400.680.180.40316.155239.22
Hex98307C044122813c3427
Octal23060174010422504746447
Binary1001100011000011111000100010010010101000100111100110100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98307C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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