Shades of Cold Purple #9B93B3
Tints of Cold Purple #9B93B3
RGB
CMYK
RGB Variations
Color information
#9B93B3 (or 0x9B93B3) is known color: Cold Purple. HEX triplet: 9B, 93 and B3. RGB value is (155,147,179). Sum of RGB (Red+Green+Blue) = 155+147+179=481 (63% of max value = 765). Red value is 155 (60.94% from 255 or 32.22% from 481); Green value is 147 (57.81% from 255 or 30.56% from 481); Blue value is 179 (70.31% from 255 or 37.21% from 481); Max value from RGB is 179 - color contains mainly: blue. Hex color #9B93B3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9B93B3 is #646C4C. Grayscale: #989898. Windows color (decimal): -6581325 or 11768731. OLE color: 11768731.
HSL color Cylindrical-coordinate representation of color #9B93B3: hue angle of 255º degrees, saturation: 0.17, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #9B93B3 is Cyan = 0.13, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 155 | 147 | 179 | - |
| CMYK | 0.13 | 0.18 | 0 | 0.30 |
| HSL | 255º | 0.17% | 0.64% | - |
| HSV(B) | 255º | 0.18% | 0.7% | - |
| XYZ | 32.09 | 31.09 | 46.96 | - |
| YUV | 153.04 | 142.65 | 129.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 147 | 179 | 0.13 | 0.18 | 0 | 0.30 | 255 | 0.17 | 0.64 |
| Hex | 9B | 93 | B3 | D | 12 | 0 | 1E | FF | 11 | 40 |
| Octal | 233 | 223 | 263 | 15 | 22 | 0 | 36 | 377 | 21 | 100 |
| Binary | 10011011 | 10010011 | 10110011 | 1101 | 10010 | 0 | 11110 | 11111111 | 10001 | 1000000 |
Color Harmonies of #9B93B3
Complementary color
Monochromatic Colors of #9B93B3
Black with #9B93B3
Text Example
Text Example
White with #9B93B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B93B3; }
p { color: rgb(155,147,179); }
H1.HeaderClassName
{
color: #9B93B3;
}
.AnyTagClassName
{
color: #9B93B3;
}
</style>
background-color css
<style>
a { background-color: #9B93B3; }
a { background-color: rgb(155,147,179); }
div.DivClassName
{
background-color: #9B93B3;
}
.BgClassName
{
background-color: #9B93B3;
}
</style>
border-color css
<style>
span { border-color: #9B93B3; }
span { border-color: rgb(155,147,179); }
td.TdClassName
{
border-color: #9B93B3;
}
.TagClassName
{
border-color: #9B93B3;
}
</style>