#9C267C

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

Shades of Dark Purple #9C267C

Tints of Dark Purple #9C267C

Color information

#9C267C (or 0x9C267C) is unknown color: approx Dark Purple. HEX triplet: 9C, 26 and 7C. RGB value is (156,38,124). Sum of RGB (Red+Green+Blue) = 156+38+124=318 (42% of max value = 765). Red value is 156 (61.33% from 255 or 49.06% from 318); Green value is 38 (15.23% from 255 or 11.95% from 318); Blue value is 124 (48.83% from 255 or 38.99% from 318); Max value from RGB is 156 - color contains mainly: red. Hex color #9C267C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9C267C is #63D983. Grayscale: #525252. Windows color (decimal): -6543748 or 8136348. OLE color: 8136348.

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

Color convert

RGB15638124-
CMYK00.760.210.39
HSL316.27º60.82%38.04%-
HSV(B)316.27º75.64%61.18%-
XYZ18.049.9120.03-
YUV83.09151.09180.01-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 49.06%
GREEN value IS 38 (15.23% from 255) = 11.95%
BLUE value IS 124 (48.83% from 255) = 38.99%
R=49.06%
G=11.95%
B=38.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.21
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1563812400.760.210.39316.2760.8238.04
Hex9C267C04C152713c3d26
Octal23446174011425474747546
Binary1001110010011011111000100110010101100111100111100111101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C267C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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