#98248B

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

Shades of Dark Purple #98248B

Tints of Dark Purple #98248B

Color information

#98248B (or 0x98248B) is unknown color: approx Dark Purple. HEX triplet: 98, 24 and 8B. RGB value is (152,36,139). Sum of RGB (Red+Green+Blue) = 152+36+139=327 (43% of max value = 765). Red value is 152 (59.77% from 255 or 46.48% from 327); Green value is 36 (14.45% from 255 or 11.01% from 327); Blue value is 139 (54.69% from 255 or 42.51% from 327); Max value from RGB is 152 - color contains mainly: red. Hex color #98248B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #98248B is #67DB74. Grayscale: #525252. Windows color (decimal): -6806389 or 9118872. OLE color: 9118872.

HSL color Cylindrical-coordinate representation of color #98248B: hue angle of 306.72º 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 #98248B is Cyan = 0, Magento = 0.76, Yellow = 0.09 and Black (K on CMYK) = 0.40.

Color convert

RGB15236139-
CMYK00.760.090.40
HSL306.72º61.7%36.86%-
HSV(B)306.72º76.32%59.61%-
XYZ18.249.825.36-
YUV82.43159.93177.62-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 46.48%
GREEN value IS 36 (14.45% from 255) = 11.01%
BLUE value IS 139 (54.69% from 255) = 42.51%
R=46.48%
G=11.01%
B=42.51%

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
Decimal1523613900.760.090.40306.7261.736.86
Hex98248B04C9281333e25
Octal23044213011411504637645
Binary1001100010010010001011010011001001101000100110011111110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98248B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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