#9B317C

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

Shades of Dark Purple #9B317C

Tints of Dark Purple #9B317C

Color information

#9B317C (or 0x9B317C) is unknown color: approx Dark Purple. HEX triplet: 9B, 31 and 7C. RGB value is (155,49,124). Sum of RGB (Red+Green+Blue) = 155+49+124=328 (43% of max value = 765). Red value is 155 (60.94% from 255 or 47.26% from 328); Green value is 49 (19.53% from 255 or 14.94% from 328); Blue value is 124 (48.83% from 255 or 37.80% from 328); Max value from RGB is 155 - color contains mainly: red. Hex color #9B317C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9B317C is #64CE83. Grayscale: #595959. Windows color (decimal): -6606468 or 8139163. OLE color: 8139163.

HSL color Cylindrical-coordinate representation of color #9B317C: hue angle of 317.55º degrees, saturation: 0.52, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #9B317C is Cyan = 0, Magento = 0.68, Yellow = 0.2 and Black (K on CMYK) = 0.39.

Color convert

RGB15549124-
CMYK00.680.20.39
HSL317.55º51.96%40%-
HSV(B)317.55º68.39%60.78%-
XYZ18.2510.6220.16-
YUV89.24147.62174.9-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 47.26%
GREEN value IS 49 (19.53% from 255) = 14.94%
BLUE value IS 124 (48.83% from 255) = 37.80%
R=47.26%
G=14.94%
B=37.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.2
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1554912400.680.20.39317.5551.9640
Hex9B317C044142713e3428
Octal23361174010424474766450
Binary1001101111000111111000100010010100100111100111110110100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B317C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,49,124); }

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

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

 a { background-color: rgb(155,49,124); }

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

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

 span { border-color: rgb(155,49,124); }

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