Shades of Cold Purple #9B93B1
Tints of Cold Purple #9B93B1
RGB
CMYK
RGB Variations
Color information
#9B93B1 (or 0x9B93B1) is known color: Cold Purple. HEX triplet: 9B, 93 and B1. RGB value is (155,147,177). Sum of RGB (Red+Green+Blue) = 155+147+177=479 (63% of max value = 765). Red value is 155 (60.94% from 255 or 32.36% from 479); Green value is 147 (57.81% from 255 or 30.69% from 479); Blue value is 177 (69.53% from 255 or 36.95% from 479); Max value from RGB is 177 - color contains mainly: blue. Hex color #9B93B1 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9B93B1 is #646C4E. Grayscale: #989898. Windows color (decimal): -6581327 or 11637659. OLE color: 11637659.
HSL color Cylindrical-coordinate representation of color #9B93B1: hue angle of 256º degrees, saturation: 0.16, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #9B93B1 is Cyan = 0.12, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 155 | 147 | 177 | - |
| CMYK | 0.12 | 0.17 | 0 | 0.31 |
| HSL | 256º | 0.16% | 0.64% | - |
| HSV(B) | 256º | 0.17% | 0.69% | - |
| XYZ | 31.89 | 31.01 | 45.9 | - |
| YUV | 152.81 | 141.65 | 129.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 147 | 177 | 0.12 | 0.17 | 0 | 0.31 | 256 | 0.16 | 0.64 |
| Hex | 9B | 93 | B1 | C | 11 | 0 | 1F | 100 | 10 | 40 |
| Octal | 233 | 223 | 261 | 14 | 21 | 0 | 37 | 400 | 20 | 100 |
| Binary | 10011011 | 10010011 | 10110001 | 1100 | 10001 | 0 | 11111 | 100000000 | 10000 | 1000000 |
Color Harmonies of #9B93B1
Complementary color
Monochromatic Colors of #9B93B1
Black with #9B93B1
Text Example
Text Example
White with #9B93B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B93B1; }
p { color: rgb(155,147,177); }
H1.HeaderClassName
{
color: #9B93B1;
}
.AnyTagClassName
{
color: #9B93B1;
}
</style>
background-color css
<style>
a { background-color: #9B93B1; }
a { background-color: rgb(155,147,177); }
div.DivClassName
{
background-color: #9B93B1;
}
.BgClassName
{
background-color: #9B93B1;
}
</style>
border-color css
<style>
span { border-color: #9B93B1; }
span { border-color: rgb(155,147,177); }
td.TdClassName
{
border-color: #9B93B1;
}
.TagClassName
{
border-color: #9B93B1;
}
</style>