Shades of Cold Purple #9B83BA
Tints of Cold Purple #9B83BA
RGB
CMYK
RGB Variations
Color information
#9B83BA (or 0x9B83BA) is known color: Cold Purple. HEX triplet: 9B, 83 and BA. RGB value is (155,131,186). Sum of RGB (Red+Green+Blue) = 155+131+186=472 (62% of max value = 765). Red value is 155 (60.94% from 255 or 32.84% from 472); Green value is 131 (51.56% from 255 or 27.75% from 472); Blue value is 186 (73.05% from 255 or 39.41% from 472); Max value from RGB is 186 - color contains mainly: blue. Hex color #9B83BA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9B83BA is #647C45. Grayscale: #909090. Windows color (decimal): -6585414 or 12223387. OLE color: 12223387.
HSL color Cylindrical-coordinate representation of color #9B83BA: hue angle of 266.18º degrees, saturation: 0.28, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #9B83BA is Cyan = 0.17, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 155 | 131 | 186 | - |
| CMYK | 0.17 | 0.30 | 0 | 0.27 |
| HSL | 266.18º | 0.28% | 0.62% | - |
| HSV(B) | 266.18º | 0.3% | 0.73% | - |
| XYZ | 30.5 | 26.75 | 50.01 | - |
| YUV | 144.45 | 151.45 | 135.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 131 | 186 | 0.17 | 0.30 | 0 | 0.27 | 266.18 | 0.28 | 0.62 |
| Hex | 9B | 83 | BA | 11 | 1E | 0 | 1B | 10A | 1C | 3E |
| Octal | 233 | 203 | 272 | 21 | 36 | 0 | 33 | 412 | 34 | 76 |
| Binary | 10011011 | 10000011 | 10111010 | 10001 | 11110 | 0 | 11011 | 100001010 | 11100 | 111110 |
Color Harmonies of #9B83BA
Complementary color
Monochromatic Colors of #9B83BA
Black with #9B83BA
Text Example
Text Example
White with #9B83BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B83BA; }
p { color: rgb(155,131,186); }
H1.HeaderClassName
{
color: #9B83BA;
}
.AnyTagClassName
{
color: #9B83BA;
}
</style>
background-color css
<style>
a { background-color: #9B83BA; }
a { background-color: rgb(155,131,186); }
div.DivClassName
{
background-color: #9B83BA;
}
.BgClassName
{
background-color: #9B83BA;
}
</style>
border-color css
<style>
span { border-color: #9B83BA; }
span { border-color: rgb(155,131,186); }
td.TdClassName
{
border-color: #9B83BA;
}
.TagClassName
{
border-color: #9B83BA;
}
</style>