#98288B

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

Shades of Dark Purple #98288B

Tints of Dark Purple #98288B

Color information

#98288B (or 0x98288B) is unknown color: approx Dark Purple. HEX triplet: 98, 28 and 8B. RGB value is (152,40,139). Sum of RGB (Red+Green+Blue) = 152+40+139=331 (43% of max value = 765). Red value is 152 (59.77% from 255 or 45.92% from 331); Green value is 40 (16.02% from 255 or 12.08% from 331); Blue value is 139 (54.69% from 255 or 41.99% from 331); Max value from RGB is 152 - color contains mainly: red. Hex color #98288B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #98288B is #67D774. Grayscale: #545454. Windows color (decimal): -6805365 or 9119896. OLE color: 9119896.

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

Color convert

RGB15240139-
CMYK00.740.090.40
HSL306.96º58.33%37.65%-
HSV(B)306.96º73.68%59.61%-
XYZ18.3710.0625.4-
YUV84.77158.61175.95-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 45.92%
GREEN value IS 40 (16.02% from 255) = 12.08%
BLUE value IS 139 (54.69% from 255) = 41.99%
R=45.92%
G=12.08%
B=41.99%

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
Decimal1524013900.740.090.40306.9658.3337.65
Hex98288B04A9281333a26
Octal23050213011211504637246
Binary1001100010100010001011010010101001101000100110011111010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98288B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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