Shades of Cold Purple #9889C6
Tints of Cold Purple #9889C6
RGB
CMYK
RGB Variations
Color information
#9889C6 (or 0x9889C6) is known color: Cold Purple. HEX triplet: 98, 89 and C6. RGB value is (152,137,198). Sum of RGB (Red+Green+Blue) = 152+137+198=487 (64% of max value = 765). Red value is 152 (59.77% from 255 or 31.21% from 487); Green value is 137 (53.91% from 255 or 28.13% from 487); Blue value is 198 (77.73% from 255 or 40.66% from 487); Max value from RGB is 198 - color contains mainly: blue. Hex color #9889C6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9889C6 is #677639. Grayscale: #949494. Windows color (decimal): -6780474 or 13011352. OLE color: 13011352.
HSL color Cylindrical-coordinate representation of color #9889C6: hue angle of 254.75º degrees, saturation: 0.35, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #9889C6 is Cyan = 0.23, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 152 | 137 | 198 | - |
| CMYK | 0.23 | 0.31 | 0 | 0.22 |
| HSL | 254.75º | 0.35% | 0.66% | - |
| HSV(B) | 254.75º | 0.31% | 0.78% | - |
| XYZ | 32.09 | 28.64 | 57.26 | - |
| YUV | 148.44 | 155.97 | 130.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 137 | 198 | 0.23 | 0.31 | 0 | 0.22 | 254.75 | 0.35 | 0.66 |
| Hex | 98 | 89 | C6 | 17 | 1F | 0 | 16 | FF | 23 | 42 |
| Octal | 230 | 211 | 306 | 27 | 37 | 0 | 26 | 377 | 43 | 102 |
| Binary | 10011000 | 10001001 | 11000110 | 10111 | 11111 | 0 | 10110 | 11111111 | 100011 | 1000010 |
Color Harmonies of #9889C6
Complementary color
Monochromatic Colors of #9889C6
Black with #9889C6
Text Example
Text Example
White with #9889C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9889C6; }
p { color: rgb(152,137,198); }
H1.HeaderClassName
{
color: #9889C6;
}
.AnyTagClassName
{
color: #9889C6;
}
</style>
background-color css
<style>
a { background-color: #9889C6; }
a { background-color: rgb(152,137,198); }
div.DivClassName
{
background-color: #9889C6;
}
.BgClassName
{
background-color: #9889C6;
}
</style>
border-color css
<style>
span { border-color: #9889C6; }
span { border-color: rgb(152,137,198); }
td.TdClassName
{
border-color: #9889C6;
}
.TagClassName
{
border-color: #9889C6;
}
</style>