#9B357E

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

Shades of Dark Purple #9B357E

Tints of Dark Purple #9B357E

Color information

#9B357E (or 0x9B357E) is unknown color: approx Dark Purple. HEX triplet: 9B, 35 and 7E. RGB value is (155,53,126). Sum of RGB (Red+Green+Blue) = 155+53+126=334 (44% of max value = 765). Red value is 155 (60.94% from 255 or 46.41% from 334); Green value is 53 (21.09% from 255 or 15.87% from 334); Blue value is 126 (49.61% from 255 or 37.72% from 334); Max value from RGB is 155 - color contains mainly: red. Hex color #9B357E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9B357E is #64CA81. Grayscale: #5B5B5B. Windows color (decimal): -6605442 or 8271259. OLE color: 8271259.

HSL color Cylindrical-coordinate representation of color #9B357E: hue angle of 317.06º degrees, saturation: 0.49, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #9B357E is Cyan = 0, Magento = 0.66, Yellow = 0.19 and Black (K on CMYK) = 0.39.

Color convert

RGB15553126-
CMYK00.660.190.39
HSL317.06º49.04%40.78%-
HSV(B)317.06º65.81%60.78%-
XYZ18.5611.0220.89-
YUV91.82147.29173.06-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 46.41%
GREEN value IS 53 (21.09% from 255) = 15.87%
BLUE value IS 126 (49.61% from 255) = 37.72%
R=46.41%
G=15.87%
B=37.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.19
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1555312600.660.190.39317.0649.0440.78
Hex9B357E042132713d3129
Octal23365176010223474756151
Binary1001101111010111111100100001010011100111100111101110001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B357E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,53,126); }

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

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

 a { background-color: rgb(155,53,126); }

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

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

 span { border-color: rgb(155,53,126); }

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