#9C2785

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

Shades of Dark Purple #9C2785

Tints of Dark Purple #9C2785

Color information

#9C2785 (or 0x9C2785) is unknown color: approx Dark Purple. HEX triplet: 9C, 27 and 85. RGB value is (156,39,133). Sum of RGB (Red+Green+Blue) = 156+39+133=328 (43% of max value = 765). Red value is 156 (61.33% from 255 or 47.56% from 328); Green value is 39 (15.62% from 255 or 11.89% from 328); Blue value is 133 (52.34% from 255 or 40.55% from 328); Max value from RGB is 156 - color contains mainly: red. Hex color #9C2785 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9C2785 is #63D87A. Grayscale: #545454. Windows color (decimal): -6543483 or 8726428. OLE color: 8726428.

HSL color Cylindrical-coordinate representation of color #9C2785: hue angle of 311.79º degrees, saturation: 0.6, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #9C2785 is Cyan = 0, Magento = 0.75, Yellow = 0.15 and Black (K on CMYK) = 0.39.

Color convert

RGB15639133-
CMYK00.750.150.39
HSL311.79º60%38.24%-
HSV(B)311.79º75%61.18%-
XYZ18.6710.2123.18-
YUV84.7155.26178.86-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 47.56%
GREEN value IS 39 (15.62% from 255) = 11.89%
BLUE value IS 133 (52.34% from 255) = 40.55%
R=47.56%
G=11.89%
B=40.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.15
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1563913300.750.150.39311.796038.24
Hex9C278504BF271383c26
Octal23447205011317474707446
Binary1001110010011110000101010010111111100111100111000111100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C2785

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,39,133); }

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

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

 a { background-color: rgb(156,39,133); }

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

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

 span { border-color: rgb(156,39,133); }

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