#9A287E

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

Shades of Dark Purple #9A287E

Tints of Dark Purple #9A287E

Color information

#9A287E (or 0x9A287E) is unknown color: approx Dark Purple. HEX triplet: 9A, 28 and 7E. RGB value is (154,40,126). Sum of RGB (Red+Green+Blue) = 154+40+126=320 (42% of max value = 765). Red value is 154 (60.55% from 255 or 48.12% from 320); Green value is 40 (16.02% from 255 or 12.5% from 320); Blue value is 126 (49.61% from 255 or 39.38% from 320); Max value from RGB is 154 - color contains mainly: red. Hex color #9A287E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9A287E is #65D781. Grayscale: #535353. Windows color (decimal): -6674306 or 8267930. OLE color: 8267930.

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

Color convert

RGB15440126-
CMYK00.740.180.40
HSL314.74º58.76%38.04%-
HSV(B)314.74º74.03%60.39%-
XYZ17.859.8920.71-
YUV83.89151.77178.01-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 48.12%
GREEN value IS 40 (16.02% from 255) = 12.5%
BLUE value IS 126 (49.61% from 255) = 39.38%
R=48.12%
G=12.5%
B=39.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.18
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1544012600.740.180.40314.7458.7638.04
Hex9A287E04A122813b3b26
Octal23250176011222504737346
Binary1001101010100011111100100101010010101000100111011111011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A287E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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