#98277C

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

Shades of Dark Purple #98277C

Tints of Dark Purple #98277C

Color information

#98277C (or 0x98277C) is unknown color: approx Dark Purple. HEX triplet: 98, 27 and 7C. RGB value is (152,39,124). Sum of RGB (Red+Green+Blue) = 152+39+124=315 (41% of max value = 765). Red value is 152 (59.77% from 255 or 48.25% from 315); Green value is 39 (15.62% from 255 or 12.38% from 315); Blue value is 124 (48.83% from 255 or 39.37% from 315); Max value from RGB is 152 - color contains mainly: red. Hex color #98277C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #98277C is #67D883. Grayscale: #525252. Windows color (decimal): -6805636 or 8136600. OLE color: 8136600.

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

Color convert

RGB15239124-
CMYK00.740.180.40
HSL314.87º59.16%37.45%-
HSV(B)314.87º74.34%59.61%-
XYZ17.319.5820.01-
YUV82.48151.44177.59-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 48.25%
GREEN value IS 39 (15.62% from 255) = 12.38%
BLUE value IS 124 (48.83% from 255) = 39.37%
R=48.25%
G=12.38%
B=39.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.18
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1523912400.740.180.40314.8759.1637.45
Hex98277C04A122813b3b25
Octal23047174011222504737345
Binary1001100010011111111000100101010010101000100111011111011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98277C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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