Shades of Cold Purple #9B7FCA
Tints of Cold Purple #9B7FCA
RGB
CMYK
RGB Variations
Color information
#9B7FCA (or 0x9B7FCA) is known color: Cold Purple. HEX triplet: 9B, 7F and CA. RGB value is (155,127,202). Sum of RGB (Red+Green+Blue) = 155+127+202=484 (64% of max value = 765). Red value is 155 (60.94% from 255 or 32.02% from 484); Green value is 127 (50% from 255 or 26.24% from 484); Blue value is 202 (79.30% from 255 or 41.74% from 484); Max value from RGB is 202 - color contains mainly: blue. Hex color #9B7FCA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9B7FCA is #648035. Grayscale: #8F8F8F. Windows color (decimal): -6586422 or 13270939. OLE color: 13270939.
HSL color Cylindrical-coordinate representation of color #9B7FCA: hue angle of 262.4º degrees, saturation: 0.41, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #9B7FCA is Cyan = 0.23, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 155 | 127 | 202 | - |
| CMYK | 0.23 | 0.37 | 0 | 0.21 |
| HSL | 262.4º | 0.41% | 0.65% | - |
| HSV(B) | 262.4º | 0.37% | 0.79% | - |
| XYZ | 31.77 | 26.41 | 59.3 | - |
| YUV | 143.92 | 160.78 | 135.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 127 | 202 | 0.23 | 0.37 | 0 | 0.21 | 262.4 | 0.41 | 0.65 |
| Hex | 9B | 7F | CA | 17 | 25 | 0 | 15 | 106 | 29 | 41 |
| Octal | 233 | 177 | 312 | 27 | 45 | 0 | 25 | 406 | 51 | 101 |
| Binary | 10011011 | 1111111 | 11001010 | 10111 | 100101 | 0 | 10101 | 100000110 | 101001 | 1000001 |
Color Harmonies of #9B7FCA
Complementary color
Monochromatic Colors of #9B7FCA
Black with #9B7FCA
Text Example
Text Example
White with #9B7FCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B7FCA; }
p { color: rgb(155,127,202); }
H1.HeaderClassName
{
color: #9B7FCA;
}
.AnyTagClassName
{
color: #9B7FCA;
}
</style>
background-color css
<style>
a { background-color: #9B7FCA; }
a { background-color: rgb(155,127,202); }
div.DivClassName
{
background-color: #9B7FCA;
}
.BgClassName
{
background-color: #9B7FCA;
}
</style>
border-color css
<style>
span { border-color: #9B7FCA; }
span { border-color: rgb(155,127,202); }
td.TdClassName
{
border-color: #9B7FCA;
}
.TagClassName
{
border-color: #9B7FCA;
}
</style>