Shades of Cold Purple #9B84BC
Tints of Cold Purple #9B84BC
RGB
CMYK
RGB Variations
Color information
#9B84BC (or 0x9B84BC) is known color: Cold Purple. HEX triplet: 9B, 84 and BC. RGB value is (155,132,188). Sum of RGB (Red+Green+Blue) = 155+132+188=475 (62% of max value = 765). Red value is 155 (60.94% from 255 or 32.63% from 475); Green value is 132 (51.95% from 255 or 27.79% from 475); Blue value is 188 (73.83% from 255 or 39.58% from 475); Max value from RGB is 188 - color contains mainly: blue. Hex color #9B84BC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9B84BC is #647B43. Grayscale: #919191. Windows color (decimal): -6585156 or 12354715. OLE color: 12354715.
HSL color Cylindrical-coordinate representation of color #9B84BC: hue angle of 264.64º degrees, saturation: 0.29, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #9B84BC is Cyan = 0.18, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 155 | 132 | 188 | - |
| CMYK | 0.18 | 0.30 | 0 | 0.26 |
| HSL | 264.64º | 0.29% | 0.63% | - |
| HSV(B) | 264.64º | 0.3% | 0.74% | - |
| XYZ | 30.85 | 27.1 | 51.18 | - |
| YUV | 145.26 | 152.12 | 134.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 132 | 188 | 0.18 | 0.30 | 0 | 0.26 | 264.64 | 0.29 | 0.63 |
| Hex | 9B | 84 | BC | 12 | 1E | 0 | 1A | 109 | 1D | 3F |
| Octal | 233 | 204 | 274 | 22 | 36 | 0 | 32 | 411 | 35 | 77 |
| Binary | 10011011 | 10000100 | 10111100 | 10010 | 11110 | 0 | 11010 | 100001001 | 11101 | 111111 |
Color Harmonies of #9B84BC
Complementary color
Monochromatic Colors of #9B84BC
Black with #9B84BC
Text Example
Text Example
White with #9B84BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B84BC; }
p { color: rgb(155,132,188); }
H1.HeaderClassName
{
color: #9B84BC;
}
.AnyTagClassName
{
color: #9B84BC;
}
</style>
background-color css
<style>
a { background-color: #9B84BC; }
a { background-color: rgb(155,132,188); }
div.DivClassName
{
background-color: #9B84BC;
}
.BgClassName
{
background-color: #9B84BC;
}
</style>
border-color css
<style>
span { border-color: #9B84BC; }
span { border-color: rgb(155,132,188); }
td.TdClassName
{
border-color: #9B84BC;
}
.TagClassName
{
border-color: #9B84BC;
}
</style>