Shades of Cold Purple #998ACC
Tints of Cold Purple #998ACC
RGB
CMYK
RGB Variations
Color information
#998ACC (or 0x998ACC) is known color: Cold Purple. HEX triplet: 99, 8A and CC. RGB value is (153,138,204). Sum of RGB (Red+Green+Blue) = 153+138+204=495 (65% of max value = 765). Red value is 153 (60.16% from 255 or 30.91% from 495); Green value is 138 (54.30% from 255 or 27.88% from 495); Blue value is 204 (80.08% from 255 or 41.21% from 495); Max value from RGB is 204 - color contains mainly: blue. Hex color #998ACC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #998ACC is #667533. Grayscale: #959595. Windows color (decimal): -6714676 or 13404825. OLE color: 13404825.
HSL color Cylindrical-coordinate representation of color #998ACC: hue angle of 253.64º degrees, saturation: 0.39, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #998ACC is Cyan = 0.25, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 153 | 138 | 204 | - |
| CMYK | 0.25 | 0.32 | 0 | 0.2 |
| HSL | 253.64º | 0.39% | 0.67% | - |
| HSV(B) | 253.64º | 0.32% | 0.8% | - |
| XYZ | 33.12 | 29.31 | 61.04 | - |
| YUV | 150.01 | 158.47 | 130.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 138 | 204 | 0.25 | 0.32 | 0 | 0.2 | 253.64 | 0.39 | 0.67 |
| Hex | 99 | 8A | CC | 19 | 20 | 0 | 14 | FE | 27 | 43 |
| Octal | 231 | 212 | 314 | 31 | 40 | 0 | 24 | 376 | 47 | 103 |
| Binary | 10011001 | 10001010 | 11001100 | 11001 | 100000 | 0 | 10100 | 11111110 | 100111 | 1000011 |
Color Harmonies of #998ACC
Complementary color
Monochromatic Colors of #998ACC
Black with #998ACC
Text Example
Text Example
White with #998ACC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #998ACC; }
p { color: rgb(153,138,204); }
H1.HeaderClassName
{
color: #998ACC;
}
.AnyTagClassName
{
color: #998ACC;
}
</style>
background-color css
<style>
a { background-color: #998ACC; }
a { background-color: rgb(153,138,204); }
div.DivClassName
{
background-color: #998ACC;
}
.BgClassName
{
background-color: #998ACC;
}
</style>
border-color css
<style>
span { border-color: #998ACC; }
span { border-color: rgb(153,138,204); }
td.TdClassName
{
border-color: #998ACC;
}
.TagClassName
{
border-color: #998ACC;
}
</style>