Shades of Cold Purple #9988B3
Tints of Cold Purple #9988B3
RGB
CMYK
RGB Variations
Color information
#9988B3 (or 0x9988B3) is known color: Cold Purple. HEX triplet: 99, 88 and B3. RGB value is (153,136,179). Sum of RGB (Red+Green+Blue) = 153+136+179=468 (61% of max value = 765). Red value is 153 (60.16% from 255 or 32.69% from 468); Green value is 136 (53.52% from 255 or 29.06% from 468); Blue value is 179 (70.31% from 255 or 38.25% from 468); Max value from RGB is 179 - color contains mainly: blue. Hex color #9988B3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9988B3 is #66774C. Grayscale: #919191. Windows color (decimal): -6715213 or 11765913. OLE color: 11765913.
HSL color Cylindrical-coordinate representation of color #9988B3: hue angle of 263.72º degrees, saturation: 0.22, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #9988B3 is Cyan = 0.15, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 153 | 136 | 179 | - |
| CMYK | 0.15 | 0.24 | 0 | 0.30 |
| HSL | 263.72º | 0.22% | 0.62% | - |
| HSV(B) | 263.72º | 0.24% | 0.7% | - |
| XYZ | 30.08 | 27.64 | 46.4 | - |
| YUV | 145.99 | 146.63 | 133 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 136 | 179 | 0.15 | 0.24 | 0 | 0.30 | 263.72 | 0.22 | 0.62 |
| Hex | 99 | 88 | B3 | F | 18 | 0 | 1E | 108 | 16 | 3E |
| Octal | 231 | 210 | 263 | 17 | 30 | 0 | 36 | 410 | 26 | 76 |
| Binary | 10011001 | 10001000 | 10110011 | 1111 | 11000 | 0 | 11110 | 100001000 | 10110 | 111110 |
Color Harmonies of #9988B3
Complementary color
Monochromatic Colors of #9988B3
Black with #9988B3
Text Example
Text Example
White with #9988B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9988B3; }
p { color: rgb(153,136,179); }
H1.HeaderClassName
{
color: #9988B3;
}
.AnyTagClassName
{
color: #9988B3;
}
</style>
background-color css
<style>
a { background-color: #9988B3; }
a { background-color: rgb(153,136,179); }
div.DivClassName
{
background-color: #9988B3;
}
.BgClassName
{
background-color: #9988B3;
}
</style>
border-color css
<style>
span { border-color: #9988B3; }
span { border-color: rgb(153,136,179); }
td.TdClassName
{
border-color: #9988B3;
}
.TagClassName
{
border-color: #9988B3;
}
</style>