#9A2C85

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

Shades of Dark Purple #9A2C85

Tints of Dark Purple #9A2C85

Color information

#9A2C85 (or 0x9A2C85) is unknown color: approx Dark Purple. HEX triplet: 9A, 2C and 85. RGB value is (154,44,133). Sum of RGB (Red+Green+Blue) = 154+44+133=331 (43% of max value = 765). Red value is 154 (60.55% from 255 or 46.53% from 331); Green value is 44 (17.58% from 255 or 13.29% from 331); Blue value is 133 (52.34% from 255 or 40.18% from 331); Max value from RGB is 154 - color contains mainly: red. Hex color #9A2C85 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9A2C85 is #65D37A. Grayscale: #565656. Windows color (decimal): -6673275 or 8727706. OLE color: 8727706.

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

Color convert

RGB15444133-
CMYK00.710.140.40
HSL311.45º55.56%38.82%-
HSV(B)311.45º71.43%60.39%-
XYZ18.4610.3623.22-
YUV87.04153.94175.76-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 46.53%
GREEN value IS 44 (17.58% from 255) = 13.29%
BLUE value IS 133 (52.34% from 255) = 40.18%
R=46.53%
G=13.29%
B=40.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.14
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1544413300.710.140.40311.4555.5638.82
Hex9A2C85047E281373827
Octal23254205010716504677047
Binary1001101010110010000101010001111110101000100110111111000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A2C85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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