#98248A

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

Shades of Dark Purple #98248A

Tints of Dark Purple #98248A

Color information

#98248A (or 0x98248A) is unknown color: approx Dark Purple. HEX triplet: 98, 24 and 8A. RGB value is (152,36,138). Sum of RGB (Red+Green+Blue) = 152+36+138=326 (43% of max value = 765). Red value is 152 (59.77% from 255 or 46.63% from 326); Green value is 36 (14.45% from 255 or 11.04% from 326); Blue value is 138 (54.30% from 255 or 42.33% from 326); Max value from RGB is 152 - color contains mainly: red. Hex color #98248A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #98248A is #67DB75. Grayscale: #525252. Windows color (decimal): -6806390 or 9053336. OLE color: 9053336.

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

Color convert

RGB15236138-
CMYK00.760.090.40
HSL307.24º61.7%36.86%-
HSV(B)307.24º76.32%59.61%-
XYZ18.179.7724.97-
YUV82.31159.43177.71-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 46.63%
GREEN value IS 36 (14.45% from 255) = 11.04%
BLUE value IS 138 (54.30% from 255) = 42.33%
R=46.63%
G=11.04%
B=42.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.09
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1523613800.760.090.40307.2461.736.86
Hex98248A04C9281333e25
Octal23044212011411504637645
Binary1001100010010010001010010011001001101000100110011111110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98248A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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