#9B3684

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

Shades of Dark Purple #9B3684

Tints of Dark Purple #9B3684

Color information

#9B3684 (or 0x9B3684) is unknown color: approx Dark Purple. HEX triplet: 9B, 36 and 84. RGB value is (155,54,132). Sum of RGB (Red+Green+Blue) = 155+54+132=341 (45% of max value = 765). Red value is 155 (60.94% from 255 or 45.45% from 341); Green value is 54 (21.48% from 255 or 15.84% from 341); Blue value is 132 (51.95% from 255 or 38.71% from 341); Max value from RGB is 155 - color contains mainly: red. Hex color #9B3684 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9B3684 is #64C97B. Grayscale: #5C5C5C. Windows color (decimal): -6605180 or 8664731. OLE color: 8664731.

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

Color convert

RGB15554132-
CMYK00.650.150.39
HSL313.66º48.33%40.98%-
HSV(B)313.66º65.16%60.78%-
XYZ1911.2723-
YUV93.09149.96172.16-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 45.45%
GREEN value IS 54 (21.48% from 255) = 15.84%
BLUE value IS 132 (51.95% from 255) = 38.71%
R=45.45%
G=15.84%
B=38.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.15
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1555413200.650.150.39313.6648.3340.98
Hex9B3684041F2713a3029
Octal23366204010117474726051
Binary1001101111011010000100010000011111100111100111010110000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B3684

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,54,132); }

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

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

 a { background-color: rgb(155,54,132); }

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

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

 span { border-color: rgb(155,54,132); }

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