Shades of Cold Purple #9A7FCB
Tints of Cold Purple #9A7FCB
RGB
CMYK
RGB Variations
Color information
#9A7FCB (or 0x9A7FCB) is known color: Cold Purple. HEX triplet: 9A, 7F and CB. RGB value is (154,127,203). Sum of RGB (Red+Green+Blue) = 154+127+203=484 (64% of max value = 765). Red value is 154 (60.55% from 255 or 31.82% from 484); Green value is 127 (50% from 255 or 26.24% from 484); Blue value is 203 (79.69% from 255 or 41.94% from 484); Max value from RGB is 203 - color contains mainly: blue. Hex color #9A7FCB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9A7FCB is #658034. Grayscale: #8F8F8F. Windows color (decimal): -6651957 or 13336474. OLE color: 13336474.
HSL color Cylindrical-coordinate representation of color #9A7FCB: hue angle of 261.32º degrees, saturation: 0.42, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #9A7FCB is Cyan = 0.24, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 154 | 127 | 203 | - |
| CMYK | 0.24 | 0.37 | 0 | 0.20 |
| HSL | 261.32º | 0.42% | 0.65% | - |
| HSV(B) | 261.32º | 0.37% | 0.8% | - |
| XYZ | 31.7 | 26.36 | 59.92 | - |
| YUV | 143.74 | 161.45 | 135.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 127 | 203 | 0.24 | 0.37 | 0 | 0.20 | 261.32 | 0.42 | 0.65 |
| Hex | 9A | 7F | CB | 18 | 25 | 0 | 14 | 105 | 2A | 41 |
| Octal | 232 | 177 | 313 | 30 | 45 | 0 | 24 | 405 | 52 | 101 |
| Binary | 10011010 | 1111111 | 11001011 | 11000 | 100101 | 0 | 10100 | 100000101 | 101010 | 1000001 |
Color Harmonies of #9A7FCB
Complementary color
Monochromatic Colors of #9A7FCB
Black with #9A7FCB
Text Example
Text Example
White with #9A7FCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A7FCB; }
p { color: rgb(154,127,203); }
H1.HeaderClassName
{
color: #9A7FCB;
}
.AnyTagClassName
{
color: #9A7FCB;
}
</style>
background-color css
<style>
a { background-color: #9A7FCB; }
a { background-color: rgb(154,127,203); }
div.DivClassName
{
background-color: #9A7FCB;
}
.BgClassName
{
background-color: #9A7FCB;
}
</style>
border-color css
<style>
span { border-color: #9A7FCB; }
span { border-color: rgb(154,127,203); }
td.TdClassName
{
border-color: #9A7FCB;
}
.TagClassName
{
border-color: #9A7FCB;
}
</style>