Shades of Cold Purple #998ACB
Tints of Cold Purple #998ACB
RGB
CMYK
RGB Variations
Color information
#998ACB (or 0x998ACB) is known color: Cold Purple. HEX triplet: 99, 8A and CB. RGB value is (153,138,203). Sum of RGB (Red+Green+Blue) = 153+138+203=494 (65% of max value = 765). Red value is 153 (60.16% from 255 or 30.97% from 494); Green value is 138 (54.30% from 255 or 27.94% from 494); Blue value is 203 (79.69% from 255 or 41.09% from 494); Max value from RGB is 203 - color contains mainly: blue. Hex color #998ACB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #998ACB is #667534. Grayscale: #959595. Windows color (decimal): -6714677 or 13339289. OLE color: 13339289.
HSL color Cylindrical-coordinate representation of color #998ACB: hue angle of 253.85º degrees, saturation: 0.38, 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 #998ACB is Cyan = 0.25, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 153 | 138 | 203 | - |
| CMYK | 0.25 | 0.32 | 0 | 0.20 |
| HSL | 253.85º | 0.38% | 0.67% | - |
| HSV(B) | 253.85º | 0.32% | 0.8% | - |
| XYZ | 33 | 29.26 | 60.41 | - |
| YUV | 149.9 | 157.97 | 130.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 138 | 203 | 0.25 | 0.32 | 0 | 0.20 | 253.85 | 0.38 | 0.67 |
| Hex | 99 | 8A | CB | 19 | 20 | 0 | 14 | FE | 26 | 43 |
| Octal | 231 | 212 | 313 | 31 | 40 | 0 | 24 | 376 | 46 | 103 |
| Binary | 10011001 | 10001010 | 11001011 | 11001 | 100000 | 0 | 10100 | 11111110 | 100110 | 1000011 |
Color Harmonies of #998ACB
Complementary color
Monochromatic Colors of #998ACB
Black with #998ACB
Text Example
Text Example
White with #998ACB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #998ACB; }
p { color: rgb(153,138,203); }
H1.HeaderClassName
{
color: #998ACB;
}
.AnyTagClassName
{
color: #998ACB;
}
</style>
background-color css
<style>
a { background-color: #998ACB; }
a { background-color: rgb(153,138,203); }
div.DivClassName
{
background-color: #998ACB;
}
.BgClassName
{
background-color: #998ACB;
}
</style>
border-color css
<style>
span { border-color: #998ACB; }
span { border-color: rgb(153,138,203); }
td.TdClassName
{
border-color: #998ACB;
}
.TagClassName
{
border-color: #998ACB;
}
</style>