#9C2678

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

Shades of Dark Purple #9C2678

Tints of Dark Purple #9C2678

Color information

#9C2678 (or 0x9C2678) is unknown color: approx Dark Purple. HEX triplet: 9C, 26 and 78. RGB value is (156,38,120). Sum of RGB (Red+Green+Blue) = 156+38+120=314 (41% of max value = 765). Red value is 156 (61.33% from 255 or 49.68% from 314); Green value is 38 (15.23% from 255 or 12.10% from 314); Blue value is 120 (47.27% from 255 or 38.22% from 314); Max value from RGB is 156 - color contains mainly: red. Hex color #9C2678 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9C2678 is #63D987. Grayscale: #525252. Windows color (decimal): -6543752 or 7874204. OLE color: 7874204.

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

Color convert

RGB15638120-
CMYK00.760.230.39
HSL318.31º60.82%38.04%-
HSV(B)318.31º75.64%61.18%-
XYZ17.799.8118.73-
YUV82.63149.09180.33-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 49.68%
GREEN value IS 38 (15.23% from 255) = 12.10%
BLUE value IS 120 (47.27% from 255) = 38.22%
R=49.68%
G=12.10%
B=38.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.23
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1563812000.760.230.39318.3160.8238.04
Hex9C267804C172713e3d26
Octal23446170011427474767546
Binary1001110010011011110000100110010111100111100111110111101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C2678

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,38,120); }

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

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

 a { background-color: rgb(156,38,120); }

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

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

 span { border-color: rgb(156,38,120); }

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