#9C257F

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

Shades of Dark Purple #9C257F

Tints of Dark Purple #9C257F

Color information

#9C257F (or 0x9C257F) is unknown color: approx Dark Purple. HEX triplet: 9C, 25 and 7F. RGB value is (156,37,127). Sum of RGB (Red+Green+Blue) = 156+37+127=320 (42% of max value = 765). Red value is 156 (61.33% from 255 or 48.75% from 320); Green value is 37 (14.84% from 255 or 11.56% from 320); Blue value is 127 (50% from 255 or 39.69% from 320); Max value from RGB is 156 - color contains mainly: red. Hex color #9C257F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9C257F is #63DA80. Grayscale: #525252. Windows color (decimal): -6544001 or 8332700. OLE color: 8332700.

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

Color convert

RGB15637127-
CMYK00.760.190.39
HSL314.62º61.66%37.84%-
HSV(B)314.62º76.28%61.18%-
XYZ18.29.9221.03-
YUV82.84152.92180.18-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 48.75%
GREEN value IS 37 (14.84% from 255) = 11.56%
BLUE value IS 127 (50% from 255) = 39.69%
R=48.75%
G=11.56%
B=39.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.19
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1563712700.760.190.39314.6261.6637.84
Hex9C257F04C132713b3e26
Octal23445177011423474737646
Binary1001110010010111111110100110010011100111100111011111110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C257F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,37,127); }

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

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

 a { background-color: rgb(156,37,127); }

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

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

 span { border-color: rgb(156,37,127); }

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