Shades of Cold Purple #998BCB
Tints of Cold Purple #998BCB
RGB
CMYK
RGB Variations
Color information
#998BCB (or 0x998BCB) is known color: Cold Purple. HEX triplet: 99, 8B and CB. RGB value is (153,139,203). Sum of RGB (Red+Green+Blue) = 153+139+203=495 (65% of max value = 765). Red value is 153 (60.16% from 255 or 30.91% from 495); Green value is 139 (54.69% from 255 or 28.08% from 495); Blue value is 203 (79.69% from 255 or 41.01% from 495); Max value from RGB is 203 - color contains mainly: blue. Hex color #998BCB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #998BCB is #667434. Grayscale: #969696. Windows color (decimal): -6714421 or 13339545. OLE color: 13339545.
HSL color Cylindrical-coordinate representation of color #998BCB: hue angle of 253.12º 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 #998BCB is Cyan = 0.25, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 153 | 139 | 203 | - |
| CMYK | 0.25 | 0.32 | 0 | 0.20 |
| HSL | 253.13º | 0.38% | 0.67% | - |
| HSV(B) | 253.13º | 0.32% | 0.8% | - |
| XYZ | 33.15 | 29.55 | 60.46 | - |
| YUV | 150.48 | 157.64 | 129.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 139 | 203 | 0.25 | 0.32 | 0 | 0.20 | 253.13 | 0.38 | 0.67 |
| Hex | 99 | 8B | CB | 19 | 20 | 0 | 14 | FD | 26 | 43 |
| Octal | 231 | 213 | 313 | 31 | 40 | 0 | 24 | 375 | 46 | 103 |
| Binary | 10011001 | 10001011 | 11001011 | 11001 | 100000 | 0 | 10100 | 11111101 | 100110 | 1000011 |
Color Harmonies of #998BCB
Complementary color
Monochromatic Colors of #998BCB
Black with #998BCB
Text Example
Text Example
White with #998BCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #998BCB; }
p { color: rgb(153,139,203); }
H1.HeaderClassName
{
color: #998BCB;
}
.AnyTagClassName
{
color: #998BCB;
}
</style>
background-color css
<style>
a { background-color: #998BCB; }
a { background-color: rgb(153,139,203); }
div.DivClassName
{
background-color: #998BCB;
}
.BgClassName
{
background-color: #998BCB;
}
</style>
border-color css
<style>
span { border-color: #998BCB; }
span { border-color: rgb(153,139,203); }
td.TdClassName
{
border-color: #998BCB;
}
.TagClassName
{
border-color: #998BCB;
}
</style>