Shades of Cold Purple #9B83BC
Tints of Cold Purple #9B83BC
RGB
CMYK
RGB Variations
Color information
#9B83BC (or 0x9B83BC) is known color: Cold Purple. HEX triplet: 9B, 83 and BC. RGB value is (155,131,188). Sum of RGB (Red+Green+Blue) = 155+131+188=474 (62% of max value = 765). Red value is 155 (60.94% from 255 or 32.70% from 474); Green value is 131 (51.56% from 255 or 27.64% from 474); Blue value is 188 (73.83% from 255 or 39.66% from 474); Max value from RGB is 188 - color contains mainly: blue. Hex color #9B83BC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9B83BC is #647C43. Grayscale: #909090. Windows color (decimal): -6585412 or 12354459. OLE color: 12354459.
HSL color Cylindrical-coordinate representation of color #9B83BC: hue angle of 265.26º degrees, saturation: 0.3, 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 #9B83BC is Cyan = 0.18, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 155 | 131 | 188 | - |
| CMYK | 0.18 | 0.30 | 0 | 0.26 |
| HSL | 265.26º | 0.3% | 0.63% | - |
| HSV(B) | 265.26º | 0.3% | 0.74% | - |
| XYZ | 30.71 | 26.83 | 51.14 | - |
| YUV | 144.67 | 152.45 | 135.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 131 | 188 | 0.18 | 0.30 | 0 | 0.26 | 265.26 | 0.3 | 0.63 |
| Hex | 9B | 83 | BC | 12 | 1E | 0 | 1A | 109 | 1E | 3F |
| Octal | 233 | 203 | 274 | 22 | 36 | 0 | 32 | 411 | 36 | 77 |
| Binary | 10011011 | 10000011 | 10111100 | 10010 | 11110 | 0 | 11010 | 100001001 | 11110 | 111111 |
Color Harmonies of #9B83BC
Complementary color
Monochromatic Colors of #9B83BC
Black with #9B83BC
Text Example
Text Example
White with #9B83BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B83BC; }
p { color: rgb(155,131,188); }
H1.HeaderClassName
{
color: #9B83BC;
}
.AnyTagClassName
{
color: #9B83BC;
}
</style>
background-color css
<style>
a { background-color: #9B83BC; }
a { background-color: rgb(155,131,188); }
div.DivClassName
{
background-color: #9B83BC;
}
.BgClassName
{
background-color: #9B83BC;
}
</style>
border-color css
<style>
span { border-color: #9B83BC; }
span { border-color: rgb(155,131,188); }
td.TdClassName
{
border-color: #9B83BC;
}
.TagClassName
{
border-color: #9B83BC;
}
</style>