#9C1D7A

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

Shades of Dark Purple #9C1D7A

Tints of Dark Purple #9C1D7A

Color information

#9C1D7A (or 0x9C1D7A) is unknown color: approx Dark Purple. HEX triplet: 9C, 1D and 7A. RGB value is (156,29,122). Sum of RGB (Red+Green+Blue) = 156+29+122=307 (40% of max value = 765). Red value is 156 (61.33% from 255 or 50.81% from 307); Green value is 29 (11.72% from 255 or 9.45% from 307); Blue value is 122 (48.05% from 255 or 39.74% from 307); Max value from RGB is 156 - color contains mainly: red. Hex color #9C1D7A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9C1D7A is #63E285. Grayscale: #4D4D4D. Windows color (decimal): -6546054 or 8002972. OLE color: 8002972.

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

Color convert

RGB15629122-
CMYK00.810.220.39
HSL316.06º68.65%36.27%-
HSV(B)316.06º81.41%61.18%-
XYZ17.669.3519.29-
YUV77.58153.08183.94-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 50.81%
GREEN value IS 29 (11.72% from 255) = 9.45%
BLUE value IS 122 (48.05% from 255) = 39.74%
R=50.81%
G=9.45%
B=39.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.22
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1562912200.810.220.39316.0668.6536.27
Hex9C1D7A051162713c4524
Octal234351720121264747410544
Binary1001110011101111101001010001101101001111001111001000101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C1D7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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