#98288A

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

Shades of Dark Purple #98288A

Tints of Dark Purple #98288A

Color information

#98288A (or 0x98288A) is unknown color: approx Dark Purple. HEX triplet: 98, 28 and 8A. RGB value is (152,40,138). Sum of RGB (Red+Green+Blue) = 152+40+138=330 (43% of max value = 765). Red value is 152 (59.77% from 255 or 46.06% from 330); Green value is 40 (16.02% from 255 or 12.12% from 330); Blue value is 138 (54.30% from 255 or 41.82% from 330); Max value from RGB is 152 - color contains mainly: red. Hex color #98288A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #98288A is #67D775. Grayscale: #545454. Windows color (decimal): -6805366 or 9054360. OLE color: 9054360.

HSL color Cylindrical-coordinate representation of color #98288A: hue angle of 307.5º degrees, saturation: 0.58, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #98288A is Cyan = 0, Magento = 0.74, Yellow = 0.09 and Black (K on CMYK) = 0.40.

Color convert

RGB15240138-
CMYK00.740.090.40
HSL307.5º58.33%37.65%-
HSV(B)307.5º73.68%59.61%-
XYZ18.310.0325.02-
YUV84.66158.11176.03-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 46.06%
GREEN value IS 40 (16.02% from 255) = 12.12%
BLUE value IS 138 (54.30% from 255) = 41.82%
R=46.06%
G=12.12%
B=41.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.09
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1524013800.740.090.40307.558.3337.65
Hex98288A04A9281343a26
Octal23050212011211504647246
Binary1001100010100010001010010010101001101000100110100111010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98288A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #98288A; }

 p { color: rgb(152,40,138); }

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

<style>
 a { background-color: #98288A; }

 a { background-color: rgb(152,40,138); }

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

<style>
 span { border-color: #98288A; }

 span { border-color: rgb(152,40,138); }

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