#9C378D

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

Shades of Dark Purple #9C378D

Tints of Dark Purple #9C378D

Color information

#9C378D (or 0x9C378D) is unknown color: approx Dark Purple. HEX triplet: 9C, 37 and 8D. RGB value is (156,55,141). Sum of RGB (Red+Green+Blue) = 156+55+141=352 (46% of max value = 765). Red value is 156 (61.33% from 255 or 44.32% from 352); Green value is 55 (21.88% from 255 or 15.62% from 352); Blue value is 141 (55.47% from 255 or 40.06% from 352); Max value from RGB is 156 - color contains mainly: red. Hex color #9C378D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9C378D is #63C872. Grayscale: #5E5E5E. Windows color (decimal): -6539379 or 9254812. OLE color: 9254812.

HSL color Cylindrical-coordinate representation of color #9C378D: hue angle of 308.91º degrees, saturation: 0.48, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #9C378D is Cyan = 0, Magento = 0.65, Yellow = 0.10 and Black (K on CMYK) = 0.39.

Color convert

RGB15655141-
CMYK00.650.100.39
HSL308.91º47.87%41.37%-
HSV(B)308.91º64.74%61.18%-
XYZ19.8811.7226.41-
YUV95153.96171.51-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 44.32%
GREEN value IS 55 (21.88% from 255) = 15.62%
BLUE value IS 141 (55.47% from 255) = 40.06%
R=44.32%
G=15.62%
B=40.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.10
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1565514100.650.100.39308.9147.8741.37
Hex9C378D041A271353029
Octal23467215010112474656051
Binary1001110011011110001101010000011010100111100110101110000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C378D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,55,141); }

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

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

 a { background-color: rgb(156,55,141); }

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

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

 span { border-color: rgb(156,55,141); }

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