#9B357A

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

Shades of Dark Purple #9B357A

Tints of Dark Purple #9B357A

Color information

#9B357A (or 0x9B357A) is unknown color: approx Dark Purple. HEX triplet: 9B, 35 and 7A. RGB value is (155,53,122). Sum of RGB (Red+Green+Blue) = 155+53+122=330 (43% of max value = 765). Red value is 155 (60.94% from 255 or 46.97% from 330); Green value is 53 (21.09% from 255 or 16.06% from 330); Blue value is 122 (48.05% from 255 or 36.97% from 330); Max value from RGB is 155 - color contains mainly: red. Hex color #9B357A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9B357A is #64CA85. Grayscale: #5B5B5B. Windows color (decimal): -6605446 or 8009115. OLE color: 8009115.

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

Color convert

RGB15553122-
CMYK00.660.210.39
HSL319.41º49.04%40.78%-
HSV(B)319.41º65.81%60.78%-
XYZ18.310.9219.56-
YUV91.36145.29173.39-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 46.97%
GREEN value IS 53 (21.09% from 255) = 16.06%
BLUE value IS 122 (48.05% from 255) = 36.97%
R=46.97%
G=16.06%
B=36.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.21
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1555312200.660.210.39319.4149.0440.78
Hex9B357A042152713f3129
Octal23365172010225474776151
Binary1001101111010111110100100001010101100111100111111110001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B357A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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