Shades of Cold Purple #998CCB
Tints of Cold Purple #998CCB
RGB
CMYK
RGB Variations
Color information
#998CCB (or 0x998CCB) is known color: Cold Purple. HEX triplet: 99, 8C and CB. RGB value is (153,140,203). Sum of RGB (Red+Green+Blue) = 153+140+203=496 (65% of max value = 765). Red value is 153 (60.16% from 255 or 30.85% from 496); Green value is 140 (55.08% from 255 or 28.23% from 496); Blue value is 203 (79.69% from 255 or 40.93% from 496); Max value from RGB is 203 - color contains mainly: blue. Hex color #998CCB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #998CCB is #667334. Grayscale: #969696. Windows color (decimal): -6714165 or 13339801. OLE color: 13339801.
HSL color Cylindrical-coordinate representation of color #998CCB: hue angle of 252.38º degrees, saturation: 0.38, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #998CCB is Cyan = 0.25, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 153 | 140 | 203 | - |
| CMYK | 0.25 | 0.31 | 0 | 0.20 |
| HSL | 252.38º | 0.38% | 0.67% | - |
| HSV(B) | 252.38º | 0.31% | 0.8% | - |
| XYZ | 33.29 | 29.84 | 60.5 | - |
| YUV | 151.07 | 157.31 | 129.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 140 | 203 | 0.25 | 0.31 | 0 | 0.20 | 252.38 | 0.38 | 0.67 |
| Hex | 99 | 8C | CB | 19 | 1F | 0 | 14 | FC | 26 | 43 |
| Octal | 231 | 214 | 313 | 31 | 37 | 0 | 24 | 374 | 46 | 103 |
| Binary | 10011001 | 10001100 | 11001011 | 11001 | 11111 | 0 | 10100 | 11111100 | 100110 | 1000011 |
Color Harmonies of #998CCB
Complementary color
Monochromatic Colors of #998CCB
Black with #998CCB
Text Example
Text Example
White with #998CCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #998CCB; }
p { color: rgb(153,140,203); }
H1.HeaderClassName
{
color: #998CCB;
}
.AnyTagClassName
{
color: #998CCB;
}
</style>
background-color css
<style>
a { background-color: #998CCB; }
a { background-color: rgb(153,140,203); }
div.DivClassName
{
background-color: #998CCB;
}
.BgClassName
{
background-color: #998CCB;
}
</style>
border-color css
<style>
span { border-color: #998CCB; }
span { border-color: rgb(153,140,203); }
td.TdClassName
{
border-color: #998CCB;
}
.TagClassName
{
border-color: #998CCB;
}
</style>