#9B1684

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

Shades of Dark Purple #9B1684

Tints of Dark Purple #9B1684

Color information

#9B1684 (or 0x9B1684) is unknown color: approx Dark Purple. HEX triplet: 9B, 16 and 84. RGB value is (155,22,132). Sum of RGB (Red+Green+Blue) = 155+22+132=309 (40% of max value = 765). Red value is 155 (60.94% from 255 or 50.16% from 309); Green value is 22 (8.98% from 255 or 7.12% from 309); Blue value is 132 (51.95% from 255 or 42.72% from 309); Max value from RGB is 155 - color contains mainly: red. Hex color #9B1684 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9B1684 is #64E97B. Grayscale: #4A4A4A. Windows color (decimal): -6613372 or 8656539. OLE color: 8656539.

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

Color convert

RGB15522132-
CMYK00.860.150.39
HSL310.38º75.14%34.71%-
HSV(B)310.38º85.81%60.78%-
XYZ17.979.2122.66-
YUV74.31160.56185.56-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 50.16%
GREEN value IS 22 (8.98% from 255) = 7.12%
BLUE value IS 132 (51.95% from 255) = 42.72%
R=50.16%
G=7.12%
B=42.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.15
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1552213200.860.150.39310.3875.1434.71
Hex9B1684056F271364b23
Octal233262040126174746611343
Binary1001101110110100001000101011011111001111001101101001011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B1684

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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