#9C378E

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

Shades of Dark Purple #9C378E

Tints of Dark Purple #9C378E

Color information

#9C378E (or 0x9C378E) is unknown color: approx Dark Purple. HEX triplet: 9C, 37 and 8E. RGB value is (156,55,142). Sum of RGB (Red+Green+Blue) = 156+55+142=353 (46% of max value = 765). Red value is 156 (61.33% from 255 or 44.19% from 353); Green value is 55 (21.88% from 255 or 15.58% from 353); Blue value is 142 (55.86% from 255 or 40.23% from 353); Max value from RGB is 156 - color contains mainly: red. Hex color #9C378E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9C378E is #63C871. Grayscale: #5E5E5E. Windows color (decimal): -6539378 or 9320348. OLE color: 9320348.

HSL color Cylindrical-coordinate representation of color #9C378E: hue angle of 308.32º 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 #9C378E is Cyan = 0, Magento = 0.65, Yellow = 0.09 and Black (K on CMYK) = 0.39.

Color convert

RGB15655142-
CMYK00.650.090.39
HSL308.32º47.87%41.37%-
HSV(B)308.32º64.74%61.18%-
XYZ19.9611.7526.81-
YUV95.12154.46171.43-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 44.19%
GREEN value IS 55 (21.88% from 255) = 15.58%
BLUE value IS 142 (55.86% from 255) = 40.23%
R=44.19%
G=15.58%
B=40.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.09
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1565514200.650.090.39308.3247.8741.37
Hex9C378E0419271343029
Octal23467216010111474646051
Binary1001110011011110001110010000011001100111100110100110000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C378E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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