Shades of Cold Purple #9B83C3
Tints of Cold Purple #9B83C3
RGB
CMYK
RGB Variations
Color information
#9B83C3 (or 0x9B83C3) is known color: Cold Purple. HEX triplet: 9B, 83 and C3. RGB value is (155,131,195). Sum of RGB (Red+Green+Blue) = 155+131+195=481 (63% of max value = 765). Red value is 155 (60.94% from 255 or 32.22% from 481); Green value is 131 (51.56% from 255 or 27.23% from 481); Blue value is 195 (76.56% from 255 or 40.54% from 481); Max value from RGB is 195 - color contains mainly: blue. Hex color #9B83C3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9B83C3 is #647C3C. Grayscale: #919191. Windows color (decimal): -6585405 or 12813211. OLE color: 12813211.
HSL color Cylindrical-coordinate representation of color #9B83C3: hue angle of 262.5º degrees, saturation: 0.35, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #9B83C3 is Cyan = 0.21, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 155 | 131 | 195 | - |
| CMYK | 0.21 | 0.33 | 0 | 0.24 |
| HSL | 262.5º | 0.35% | 0.64% | - |
| HSV(B) | 262.5º | 0.33% | 0.76% | - |
| XYZ | 31.48 | 27.14 | 55.21 | - |
| YUV | 145.47 | 155.95 | 134.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 131 | 195 | 0.21 | 0.33 | 0 | 0.24 | 262.5 | 0.35 | 0.64 |
| Hex | 9B | 83 | C3 | 15 | 21 | 0 | 18 | 106 | 23 | 40 |
| Octal | 233 | 203 | 303 | 25 | 41 | 0 | 30 | 406 | 43 | 100 |
| Binary | 10011011 | 10000011 | 11000011 | 10101 | 100001 | 0 | 11000 | 100000110 | 100011 | 1000000 |
Color Harmonies of #9B83C3
Complementary color
Monochromatic Colors of #9B83C3
Black with #9B83C3
Text Example
Text Example
White with #9B83C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B83C3; }
p { color: rgb(155,131,195); }
H1.HeaderClassName
{
color: #9B83C3;
}
.AnyTagClassName
{
color: #9B83C3;
}
</style>
background-color css
<style>
a { background-color: #9B83C3; }
a { background-color: rgb(155,131,195); }
div.DivClassName
{
background-color: #9B83C3;
}
.BgClassName
{
background-color: #9B83C3;
}
</style>
border-color css
<style>
span { border-color: #9B83C3; }
span { border-color: rgb(155,131,195); }
td.TdClassName
{
border-color: #9B83C3;
}
.TagClassName
{
border-color: #9B83C3;
}
</style>