Shades of Cold Purple #9789C1
Tints of Cold Purple #9789C1
RGB
CMYK
RGB Variations
Color information
#9789C1 (or 0x9789C1) is known color: Cold Purple. HEX triplet: 97, 89 and C1. RGB value is (151,137,193). Sum of RGB (Red+Green+Blue) = 151+137+193=481 (63% of max value = 765). Red value is 151 (59.38% from 255 or 31.39% from 481); Green value is 137 (53.91% from 255 or 28.48% from 481); Blue value is 193 (75.78% from 255 or 40.12% from 481); Max value from RGB is 193 - color contains mainly: blue. Hex color #9789C1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9789C1 is #68763E. Grayscale: #939393. Windows color (decimal): -6846015 or 12683671. OLE color: 12683671.
HSL color Cylindrical-coordinate representation of color #9789C1: hue angle of 255º degrees, saturation: 0.31, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #9789C1 is Cyan = 0.22, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 151 | 137 | 193 | - |
| CMYK | 0.22 | 0.29 | 0 | 0.24 |
| HSL | 255º | 0.31% | 0.65% | - |
| HSV(B) | 255º | 0.29% | 0.76% | - |
| XYZ | 31.33 | 28.32 | 54.27 | - |
| YUV | 147.57 | 153.64 | 130.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 137 | 193 | 0.22 | 0.29 | 0 | 0.24 | 255 | 0.31 | 0.65 |
| Hex | 97 | 89 | C1 | 16 | 1D | 0 | 18 | FF | 1F | 41 |
| Octal | 227 | 211 | 301 | 26 | 35 | 0 | 30 | 377 | 37 | 101 |
| Binary | 10010111 | 10001001 | 11000001 | 10110 | 11101 | 0 | 11000 | 11111111 | 11111 | 1000001 |
Color Harmonies of #9789C1
Complementary color
Monochromatic Colors of #9789C1
Black with #9789C1
Text Example
Text Example
White with #9789C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9789C1; }
p { color: rgb(151,137,193); }
H1.HeaderClassName
{
color: #9789C1;
}
.AnyTagClassName
{
color: #9789C1;
}
</style>
background-color css
<style>
a { background-color: #9789C1; }
a { background-color: rgb(151,137,193); }
div.DivClassName
{
background-color: #9789C1;
}
.BgClassName
{
background-color: #9789C1;
}
</style>
border-color css
<style>
span { border-color: #9789C1; }
span { border-color: rgb(151,137,193); }
td.TdClassName
{
border-color: #9789C1;
}
.TagClassName
{
border-color: #9789C1;
}
</style>