#9C2D7A

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

Shades of Dark Purple #9C2D7A

Tints of Dark Purple #9C2D7A

Color information

#9C2D7A (or 0x9C2D7A) is unknown color: approx Dark Purple. HEX triplet: 9C, 2D and 7A. RGB value is (156,45,122). Sum of RGB (Red+Green+Blue) = 156+45+122=323 (42% of max value = 765). Red value is 156 (61.33% from 255 or 48.30% from 323); Green value is 45 (17.97% from 255 or 13.93% from 323); Blue value is 122 (48.05% from 255 or 37.77% from 323); Max value from RGB is 156 - color contains mainly: red. Hex color #9C2D7A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9C2D7A is #63D285. Grayscale: #565656. Windows color (decimal): -6541958 or 8007068. OLE color: 8007068.

HSL color Cylindrical-coordinate representation of color #9C2D7A: hue angle of 318.38º degrees, saturation: 0.55, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #9C2D7A is Cyan = 0, Magento = 0.71, Yellow = 0.22 and Black (K on CMYK) = 0.39.

Color convert

RGB15645122-
CMYK00.710.220.39
HSL318.38º55.22%39.41%-
HSV(B)318.38º71.15%61.18%-
XYZ18.1610.3519.45-
YUV86.97147.77177.24-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 48.30%
GREEN value IS 45 (17.97% from 255) = 13.93%
BLUE value IS 122 (48.05% from 255) = 37.77%
R=48.30%
G=13.93%
B=37.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.22
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1564512200.710.220.39318.3855.2239.41
Hex9C2D7A047162713e3727
Octal23455172010726474766747
Binary1001110010110111110100100011110110100111100111110110111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C2D7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,45,122); }

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

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

 a { background-color: rgb(156,45,122); }

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

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

 span { border-color: rgb(156,45,122); }

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