#9B328C

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

Shades of Dark Purple #9B328C

Tints of Dark Purple #9B328C

Color information

#9B328C (or 0x9B328C) is unknown color: approx Dark Purple. HEX triplet: 9B, 32 and 8C. RGB value is (155,50,140). Sum of RGB (Red+Green+Blue) = 155+50+140=345 (45% of max value = 765). Red value is 155 (60.94% from 255 or 44.93% from 345); Green value is 50 (19.92% from 255 or 14.49% from 345); Blue value is 140 (55.08% from 255 or 40.58% from 345); Max value from RGB is 155 - color contains mainly: red. Hex color #9B328C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9B328C is #64CD73. Grayscale: #5B5B5B. Windows color (decimal): -6606196 or 9187995. OLE color: 9187995.

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

Color convert

RGB15550140-
CMYK00.680.100.39
HSL308.57º51.22%40.2%-
HSV(B)308.57º67.74%60.78%-
XYZ19.3911.1425.94-
YUV91.66155.29173.18-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 44.93%
GREEN value IS 50 (19.92% from 255) = 14.49%
BLUE value IS 140 (55.08% from 255) = 40.58%
R=44.93%
G=14.49%
B=40.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.10
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1555014000.680.100.39308.5751.2240.2
Hex9B328C044A271353328
Octal23362214010412474656350
Binary1001101111001010001100010001001010100111100110101110011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B328C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,50,140); }

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

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

 a { background-color: rgb(155,50,140); }

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

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

 span { border-color: rgb(155,50,140); }

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