#9B317D

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

Shades of Dark Purple #9B317D

Tints of Dark Purple #9B317D

Color information

#9B317D (or 0x9B317D) is unknown color: approx Dark Purple. HEX triplet: 9B, 31 and 7D. RGB value is (155,49,125). Sum of RGB (Red+Green+Blue) = 155+49+125=329 (43% of max value = 765). Red value is 155 (60.94% from 255 or 47.11% from 329); Green value is 49 (19.53% from 255 or 14.89% from 329); Blue value is 125 (49.22% from 255 or 37.99% from 329); Max value from RGB is 155 - color contains mainly: red. Hex color #9B317D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9B317D is #64CE82. Grayscale: #595959. Windows color (decimal): -6606467 or 8204699. OLE color: 8204699.

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

Color convert

RGB15549125-
CMYK00.680.190.39
HSL316.98º51.96%40%-
HSV(B)316.98º68.39%60.78%-
XYZ18.3210.6520.49-
YUV89.36148.12174.82-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 47.11%
GREEN value IS 49 (19.53% from 255) = 14.89%
BLUE value IS 125 (49.22% from 255) = 37.99%
R=47.11%
G=14.89%
B=37.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.19
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1554912500.680.190.39316.9851.9640
Hex9B317D044132713d3428
Octal23361175010423474756450
Binary1001101111000111111010100010010011100111100111101110100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B317D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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