Shades of Cold Purple #9783BF
Tints of Cold Purple #9783BF
RGB
CMYK
RGB Variations
Color information
#9783BF (or 0x9783BF) is known color: Cold Purple. HEX triplet: 97, 83 and BF. RGB value is (151,131,191). Sum of RGB (Red+Green+Blue) = 151+131+191=473 (62% of max value = 765). Red value is 151 (59.38% from 255 or 31.92% from 473); Green value is 131 (51.56% from 255 or 27.70% from 473); Blue value is 191 (75% from 255 or 40.38% from 473); Max value from RGB is 191 - color contains mainly: blue. Hex color #9783BF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9783BF is #687C40. Grayscale: #8F8F8F. Windows color (decimal): -6847553 or 12551063. OLE color: 12551063.
HSL color Cylindrical-coordinate representation of color #9783BF: hue angle of 260º degrees, saturation: 0.32, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #9783BF is Cyan = 0.21, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 151 | 131 | 191 | - |
| CMYK | 0.21 | 0.31 | 0 | 0.25 |
| HSL | 260º | 0.32% | 0.63% | - |
| HSV(B) | 260º | 0.31% | 0.75% | - |
| XYZ | 30.28 | 26.57 | 52.82 | - |
| YUV | 143.82 | 154.63 | 133.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 131 | 191 | 0.21 | 0.31 | 0 | 0.25 | 260 | 0.32 | 0.63 |
| Hex | 97 | 83 | BF | 15 | 1F | 0 | 19 | 104 | 20 | 3F |
| Octal | 227 | 203 | 277 | 25 | 37 | 0 | 31 | 404 | 40 | 77 |
| Binary | 10010111 | 10000011 | 10111111 | 10101 | 11111 | 0 | 11001 | 100000100 | 100000 | 111111 |
Color Harmonies of #9783BF
Complementary color
Monochromatic Colors of #9783BF
Black with #9783BF
Text Example
Text Example
White with #9783BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9783BF; }
p { color: rgb(151,131,191); }
H1.HeaderClassName
{
color: #9783BF;
}
.AnyTagClassName
{
color: #9783BF;
}
</style>
background-color css
<style>
a { background-color: #9783BF; }
a { background-color: rgb(151,131,191); }
div.DivClassName
{
background-color: #9783BF;
}
.BgClassName
{
background-color: #9783BF;
}
</style>
border-color css
<style>
span { border-color: #9783BF; }
span { border-color: rgb(151,131,191); }
td.TdClassName
{
border-color: #9783BF;
}
.TagClassName
{
border-color: #9783BF;
}
</style>