#9A2785

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

Shades of Dark Purple #9A2785

Tints of Dark Purple #9A2785

Color information

#9A2785 (or 0x9A2785) is unknown color: approx Dark Purple. HEX triplet: 9A, 27 and 85. RGB value is (154,39,133). Sum of RGB (Red+Green+Blue) = 154+39+133=326 (43% of max value = 765). Red value is 154 (60.55% from 255 or 47.24% from 326); Green value is 39 (15.62% from 255 or 11.96% from 326); Blue value is 133 (52.34% from 255 or 40.80% from 326); Max value from RGB is 154 - color contains mainly: red. Hex color #9A2785 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9A2785 is #65D87A. Grayscale: #535353. Windows color (decimal): -6674555 or 8726426. OLE color: 8726426.

HSL color Cylindrical-coordinate representation of color #9A2785: hue angle of 310.96º degrees, saturation: 0.6, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #9A2785 is Cyan = 0, Magento = 0.75, Yellow = 0.14 and Black (K on CMYK) = 0.40.

Color convert

RGB15439133-
CMYK00.750.140.40
HSL310.96º59.59%37.84%-
HSV(B)310.96º74.68%60.39%-
XYZ18.2910.0123.16-
YUV84.1155.6177.86-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 47.24%
GREEN value IS 39 (15.62% from 255) = 11.96%
BLUE value IS 133 (52.34% from 255) = 40.80%
R=47.24%
G=11.96%
B=40.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.14
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1543913300.750.140.40310.9659.5937.84
Hex9A278504BE281373c26
Octal23247205011316504677446
Binary1001101010011110000101010010111110101000100110111111100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A2785

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,39,133); }

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

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

 a { background-color: rgb(154,39,133); }

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

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

 span { border-color: rgb(154,39,133); }

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