#9A2870

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

Shades of Dark Purple #9A2870

Tints of Dark Purple #9A2870

Color information

#9A2870 (or 0x9A2870) is unknown color: approx Dark Purple. HEX triplet: 9A, 28 and 70. RGB value is (154,40,112). Sum of RGB (Red+Green+Blue) = 154+40+112=306 (40% of max value = 765). Red value is 154 (60.55% from 255 or 50.33% from 306); Green value is 40 (16.02% from 255 or 13.07% from 306); Blue value is 112 (44.14% from 255 or 36.60% from 306); Max value from RGB is 154 - color contains mainly: red. Hex color #9A2870 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9A2870 is #65D78F. Grayscale: #525252. Windows color (decimal): -6674320 or 7350426. OLE color: 7350426.

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

Color convert

RGB15440112-
CMYK00.740.270.40
HSL322.11º58.76%38.04%-
HSV(B)322.11º74.03%60.39%-
XYZ17.019.5616.28-
YUV82.29144.77179.15-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 50.33%
GREEN value IS 40 (16.02% from 255) = 13.07%
BLUE value IS 112 (44.14% from 255) = 36.60%
R=50.33%
G=13.07%
B=36.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.27
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1544011200.740.270.40322.1158.7638.04
Hex9A287004A1B281423b26
Octal23250160011233505027346
Binary1001101010100011100000100101011011101000101000010111011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A2870

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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