#9A288F

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

Shades of Dark Purple #9A288F

Tints of Dark Purple #9A288F

Color information

#9A288F (or 0x9A288F) is unknown color: approx Dark Purple. HEX triplet: 9A, 28 and 8F. RGB value is (154,40,143). Sum of RGB (Red+Green+Blue) = 154+40+143=337 (44% of max value = 765). Red value is 154 (60.55% from 255 or 45.70% from 337); Green value is 40 (16.02% from 255 or 11.87% from 337); Blue value is 143 (56.25% from 255 or 42.43% from 337); Max value from RGB is 154 - color contains mainly: red. Hex color #9A288F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9A288F is #65D770. Grayscale: #555555. Windows color (decimal): -6674289 or 9382042. OLE color: 9382042.

HSL color Cylindrical-coordinate representation of color #9A288F: hue angle of 305.79º degrees, saturation: 0.59, 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 #9A288F is Cyan = 0, Magento = 0.74, Yellow = 0.07 and Black (K on CMYK) = 0.40.

Color convert

RGB15440143-
CMYK00.740.070.40
HSL305.79º58.76%38.04%-
HSV(B)305.79º74.03%60.39%-
XYZ19.0410.3726.98-
YUV85.83160.27176.62-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 45.70%
GREEN value IS 40 (16.02% from 255) = 11.87%
BLUE value IS 143 (56.25% from 255) = 42.43%
R=45.70%
G=11.87%
B=42.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.07
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1544014300.740.070.40305.7958.7638.04
Hex9A288F04A7281323b26
Octal2325021701127504627346
Binary100110101010001000111101001010111101000100110010111011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A288F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9A288F; }

 p { color: rgb(154,40,143); }

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

<style>
 a { background-color: #9A288F; }

 a { background-color: rgb(154,40,143); }

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

<style>
 span { border-color: #9A288F; }

 span { border-color: rgb(154,40,143); }

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