Shades of Cold Purple #9B81C1
Tints of Cold Purple #9B81C1
RGB
CMYK
RGB Variations
Color information
#9B81C1 (or 0x9B81C1) is known color: Cold Purple. HEX triplet: 9B, 81 and C1. RGB value is (155,129,193). Sum of RGB (Red+Green+Blue) = 155+129+193=477 (63% of max value = 765). Red value is 155 (60.94% from 255 or 32.49% from 477); Green value is 129 (50.78% from 255 or 27.04% from 477); Blue value is 193 (75.78% from 255 or 40.46% from 477); Max value from RGB is 193 - color contains mainly: blue. Hex color #9B81C1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9B81C1 is #647E3E. Grayscale: #8F8F8F. Windows color (decimal): -6585919 or 12681627. OLE color: 12681627.
HSL color Cylindrical-coordinate representation of color #9B81C1: hue angle of 264.38º degrees, saturation: 0.34, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #9B81C1 is Cyan = 0.20, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 155 | 129 | 193 | - |
| CMYK | 0.20 | 0.33 | 0 | 0.24 |
| HSL | 264.38º | 0.34% | 0.63% | - |
| HSV(B) | 264.38º | 0.33% | 0.76% | - |
| XYZ | 30.99 | 26.52 | 53.94 | - |
| YUV | 144.07 | 155.61 | 135.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 129 | 193 | 0.20 | 0.33 | 0 | 0.24 | 264.38 | 0.34 | 0.63 |
| Hex | 9B | 81 | C1 | 14 | 21 | 0 | 18 | 108 | 22 | 3F |
| Octal | 233 | 201 | 301 | 24 | 41 | 0 | 30 | 410 | 42 | 77 |
| Binary | 10011011 | 10000001 | 11000001 | 10100 | 100001 | 0 | 11000 | 100001000 | 100010 | 111111 |
Color Harmonies of #9B81C1
Complementary color
Monochromatic Colors of #9B81C1
Black with #9B81C1
Text Example
Text Example
White with #9B81C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B81C1; }
p { color: rgb(155,129,193); }
H1.HeaderClassName
{
color: #9B81C1;
}
.AnyTagClassName
{
color: #9B81C1;
}
</style>
background-color css
<style>
a { background-color: #9B81C1; }
a { background-color: rgb(155,129,193); }
div.DivClassName
{
background-color: #9B81C1;
}
.BgClassName
{
background-color: #9B81C1;
}
</style>
border-color css
<style>
span { border-color: #9B81C1; }
span { border-color: rgb(155,129,193); }
td.TdClassName
{
border-color: #9B81C1;
}
.TagClassName
{
border-color: #9B81C1;
}
</style>