#9a2c6f

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

Shades of Dark Purple #9A2C6F

Tints of Dark Purple #9A2C6F

Color information

#9A2C6F (or 0x9A2C6F) is unknown color: approx Dark Purple. HEX triplet: 9A, 2C and 6F. RGB value is (154,44,111). Sum of RGB (Red+Green+Blue) = 154+44+111=309 (40% of max value = 765). Red value is 154 (60.55% from 255 or 49.84% from 309); Green value is 44 (17.58% from 255 or 14.24% from 309); Blue value is 111 (43.75% from 255 or 35.92% from 309); Max value from RGB is 154 - color contains mainly: red. Hex color #9A2C6F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9A2C6F is #65D390. Grayscale: #545454. Windows color (decimal): -6673297 or 7285914. OLE color: 7285914.

HSL color Cylindrical-coordinate representation of color #9A2C6F: hue angle of 323.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 #9A2C6F is Cyan = 0, Magento = 0.71, Yellow = 0.28 and Black (K on CMYK) = 0.40.

Color convert

RGB15444111-
CMYK00.710.280.40
HSL323.45º55.56%38.82%-
HSV(B)323.45º71.43%60.39%-
XYZ17.19.8216.03-
YUV84.53142.94177.55-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 49.84%
GREEN value IS 44 (17.58% from 255) = 14.24%
BLUE value IS 111 (43.75% from 255) = 35.92%
R=49.84%
G=14.24%
B=35.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.28
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1544411100.710.280.40323.4555.5638.82
Hex9A2C6F0471C281433827
Octal23254157010734505037047
Binary1001101010110011011110100011111100101000101000011111000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9a2c6f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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