Shades of Dark Purple #9B3682
Tints of Dark Purple #9B3682
RGB
CMYK
RGB Variations
Color information
#9B3682 (or 0x9B3682) is known color: Dark Purple. HEX triplet: 9B, 36 and 82. RGB value is (155,54,130). Sum of RGB (Red+Green+Blue) = 155+54+130=339 (44% of max value = 765). Red value is 155 (60.94% from 255 or 45.72% from 339); Green value is 54 (21.48% from 255 or 15.93% from 339); Blue value is 130 (51.17% from 255 or 38.35% from 339); Max value from RGB is 155 - color contains mainly: red. Hex color #9B3682 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9B3682 is #64C97D. Grayscale: #5C5C5C. Windows color (decimal): -6605182 or 8533659. OLE color: 8533659.
HSL color Cylindrical-coordinate representation of color #9B3682: hue angle of 314.85º 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 #9B3682 is Cyan = 0, Magento = 0.65, Yellow = 0.16 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 54 | 130 | - |
| CMYK | 0 | 0.65 | 0.16 | 0.39 |
| HSL | 314.85º | 0.48% | 0.41% | - |
| HSV(B) | 314.85º | 0.65% | 0.61% | - |
| XYZ | 18.87 | 11.22 | 22.29 | - |
| YUV | 92.86 | 148.96 | 172.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 54 | 130 | 0 | 0.65 | 0.16 | 0.39 | 314.85 | 0.48 | 0.41 |
| Hex | 9B | 36 | 82 | 0 | 41 | 10 | 27 | 13B | 30 | 29 |
| Octal | 233 | 66 | 202 | 0 | 101 | 20 | 47 | 473 | 60 | 51 |
| Binary | 10011011 | 110110 | 10000010 | 0 | 1000001 | 10000 | 100111 | 100111011 | 110000 | 101001 |
Color Harmonies of #9B3682
Complementary color
Monochromatic Colors of #9B3682
Black with #9B3682
Text Example
Text Example
White with #9B3682
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B3682; }
p { color: rgb(155,54,130); }
H1.HeaderClassName
{
color: #9B3682;
}
.AnyTagClassName
{
color: #9B3682;
}
</style>
background-color css
<style>
a { background-color: #9B3682; }
a { background-color: rgb(155,54,130); }
div.DivClassName
{
background-color: #9B3682;
}
.BgClassName
{
background-color: #9B3682;
}
</style>
border-color css
<style>
span { border-color: #9B3682; }
span { border-color: rgb(155,54,130); }
td.TdClassName
{
border-color: #9B3682;
}
.TagClassName
{
border-color: #9B3682;
}
</style>