#9D3385

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

Shades of Dark Purple #9D3385

Tints of Dark Purple #9D3385

Color information

#9D3385 (or 0x9D3385) is unknown color: approx Dark Purple. HEX triplet: 9D, 33 and 85. RGB value is (157,51,133). Sum of RGB (Red+Green+Blue) = 157+51+133=341 (45% of max value = 765). Red value is 157 (61.72% from 255 or 46.04% from 341); Green value is 51 (20.31% from 255 or 14.96% from 341); Blue value is 133 (52.34% from 255 or 39.00% from 341); Max value from RGB is 157 - color contains mainly: red. Hex color #9D3385 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9D3385 is #62CC7A. Grayscale: #5B5B5B. Windows color (decimal): -6474875 or 8729501. OLE color: 8729501.

HSL color Cylindrical-coordinate representation of color #9D3385: hue angle of 313.58º degrees, saturation: 0.51, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #9D3385 is Cyan = 0, Magento = 0.68, Yellow = 0.15 and Black (K on CMYK) = 0.38.

Color convert

RGB15751133-
CMYK00.680.150.38
HSL313.58º50.96%40.78%-
HSV(B)313.58º67.52%61.57%-
XYZ19.3211.2323.34-
YUV92.04151.12174.33-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 46.04%
GREEN value IS 51 (20.31% from 255) = 14.96%
BLUE value IS 133 (52.34% from 255) = 39.00%
R=46.04%
G=14.96%
B=39.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.15
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1575113300.680.150.38313.5850.9640.78
Hex9D3385044F2613a3329
Octal23563205010417464726351
Binary1001110111001110000101010001001111100110100111010110011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D3385

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,51,133); }

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

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

 a { background-color: rgb(157,51,133); }

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

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

 span { border-color: rgb(157,51,133); }

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