#98237C

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

Shades of Dark Purple #98237C

Tints of Dark Purple #98237C

Color information

#98237C (or 0x98237C) is unknown color: approx Dark Purple. HEX triplet: 98, 23 and 7C. RGB value is (152,35,124). Sum of RGB (Red+Green+Blue) = 152+35+124=311 (41% of max value = 765). Red value is 152 (59.77% from 255 or 48.87% from 311); Green value is 35 (14.06% from 255 or 11.25% from 311); Blue value is 124 (48.83% from 255 or 39.87% from 311); Max value from RGB is 152 - color contains mainly: red. Hex color #98237C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #98237C is #67DC83. Grayscale: #4F4F4F. Windows color (decimal): -6806660 or 8135576. OLE color: 8135576.

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

Color convert

RGB15235124-
CMYK00.770.180.40
HSL314.36º62.57%36.67%-
HSV(B)314.36º76.97%59.61%-
XYZ17.199.3319.96-
YUV80.13152.76179.26-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 48.87%
GREEN value IS 35 (14.06% from 255) = 11.25%
BLUE value IS 124 (48.83% from 255) = 39.87%
R=48.87%
G=11.25%
B=39.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.18
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1523512400.770.180.40314.3662.5736.67
Hex98237C04D122813a3f25
Octal23043174011522504727745
Binary1001100010001111111000100110110010101000100111010111111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98237C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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