Shades of Cold Purple #998ACF
Tints of Cold Purple #998ACF
RGB
CMYK
RGB Variations
Color information
#998ACF (or 0x998ACF) is known color: Cold Purple. HEX triplet: 99, 8A and CF. RGB value is (153,138,207). Sum of RGB (Red+Green+Blue) = 153+138+207=498 (65% of max value = 765). Red value is 153 (60.16% from 255 or 30.72% from 498); Green value is 138 (54.30% from 255 or 27.71% from 498); Blue value is 207 (81.25% from 255 or 41.57% from 498); Max value from RGB is 207 - color contains mainly: blue. Hex color #998ACF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #998ACF is #667530. Grayscale: #969696. Windows color (decimal): -6714673 or 13601433. OLE color: 13601433.
HSL color Cylindrical-coordinate representation of color #998ACF: hue angle of 253.04º degrees, saturation: 0.42, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #998ACF is Cyan = 0.26, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 153 | 138 | 207 | - |
| CMYK | 0.26 | 0.33 | 0 | 0.19 |
| HSL | 253.04º | 0.42% | 0.68% | - |
| HSV(B) | 253.04º | 0.33% | 0.81% | - |
| XYZ | 33.49 | 29.45 | 62.95 | - |
| YUV | 150.35 | 159.97 | 129.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 138 | 207 | 0.26 | 0.33 | 0 | 0.19 | 253.04 | 0.42 | 0.68 |
| Hex | 99 | 8A | CF | 1A | 21 | 0 | 13 | FD | 2A | 44 |
| Octal | 231 | 212 | 317 | 32 | 41 | 0 | 23 | 375 | 52 | 104 |
| Binary | 10011001 | 10001010 | 11001111 | 11010 | 100001 | 0 | 10011 | 11111101 | 101010 | 1000100 |
Color Harmonies of #998ACF
Complementary color
Monochromatic Colors of #998ACF
Black with #998ACF
Text Example
Text Example
White with #998ACF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #998ACF; }
p { color: rgb(153,138,207); }
H1.HeaderClassName
{
color: #998ACF;
}
.AnyTagClassName
{
color: #998ACF;
}
</style>
background-color css
<style>
a { background-color: #998ACF; }
a { background-color: rgb(153,138,207); }
div.DivClassName
{
background-color: #998ACF;
}
.BgClassName
{
background-color: #998ACF;
}
</style>
border-color css
<style>
span { border-color: #998ACF; }
span { border-color: rgb(153,138,207); }
td.TdClassName
{
border-color: #998ACF;
}
.TagClassName
{
border-color: #998ACF;
}
</style>