Shades of Cold Purple #9983B8
Tints of Cold Purple #9983B8
RGB
CMYK
RGB Variations
Color information
#9983B8 (or 0x9983B8) is known color: Cold Purple. HEX triplet: 99, 83 and B8. RGB value is (153,131,184). Sum of RGB (Red+Green+Blue) = 153+131+184=468 (61% of max value = 765). Red value is 153 (60.16% from 255 or 32.69% from 468); Green value is 131 (51.56% from 255 or 27.99% from 468); Blue value is 184 (72.27% from 255 or 39.32% from 468); Max value from RGB is 184 - color contains mainly: blue. Hex color #9983B8 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9983B8 is #667C47. Grayscale: #8F8F8F. Windows color (decimal): -6716488 or 12092313. OLE color: 12092313.
HSL color Cylindrical-coordinate representation of color #9983B8: hue angle of 264.91º degrees, saturation: 0.27, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #9983B8 is Cyan = 0.17, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 153 | 131 | 184 | - |
| CMYK | 0.17 | 0.29 | 0 | 0.28 |
| HSL | 264.91º | 0.27% | 0.62% | - |
| HSV(B) | 264.91º | 0.29% | 0.72% | - |
| XYZ | 29.9 | 26.47 | 48.88 | - |
| YUV | 143.62 | 150.79 | 134.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 131 | 184 | 0.17 | 0.29 | 0 | 0.28 | 264.91 | 0.27 | 0.62 |
| Hex | 99 | 83 | B8 | 11 | 1D | 0 | 1C | 109 | 1B | 3E |
| Octal | 231 | 203 | 270 | 21 | 35 | 0 | 34 | 411 | 33 | 76 |
| Binary | 10011001 | 10000011 | 10111000 | 10001 | 11101 | 0 | 11100 | 100001001 | 11011 | 111110 |
Color Harmonies of #9983B8
Complementary color
Monochromatic Colors of #9983B8
Black with #9983B8
Text Example
Text Example
White with #9983B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9983B8; }
p { color: rgb(153,131,184); }
H1.HeaderClassName
{
color: #9983B8;
}
.AnyTagClassName
{
color: #9983B8;
}
</style>
background-color css
<style>
a { background-color: #9983B8; }
a { background-color: rgb(153,131,184); }
div.DivClassName
{
background-color: #9983B8;
}
.BgClassName
{
background-color: #9983B8;
}
</style>
border-color css
<style>
span { border-color: #9983B8; }
span { border-color: rgb(153,131,184); }
td.TdClassName
{
border-color: #9983B8;
}
.TagClassName
{
border-color: #9983B8;
}
</style>