Shades of Cold Purple #9F8BB3
Tints of Cold Purple #9F8BB3
RGB
CMYK
RGB Variations
Color information
#9F8BB3 (or 0x9F8BB3) is known color: Cold Purple. HEX triplet: 9F, 8B and B3. RGB value is (159,139,179). Sum of RGB (Red+Green+Blue) = 159+139+179=477 (63% of max value = 765). Red value is 159 (62.5% from 255 or 33.33% from 477); Green value is 139 (54.69% from 255 or 29.14% from 477); Blue value is 179 (70.31% from 255 or 37.53% from 477); Max value from RGB is 179 - color contains mainly: blue. Hex color #9F8BB3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9F8BB3 is #60744C. Grayscale: #959595. Windows color (decimal): -6321229 or 11766687. OLE color: 11766687.
HSL color Cylindrical-coordinate representation of color #9F8BB3: hue angle of 270º degrees, saturation: 0.21, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #9F8BB3 is Cyan = 0.11, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 159 | 139 | 179 | - |
| CMYK | 0.11 | 0.22 | 0 | 0.30 |
| HSL | 270º | 0.21% | 0.62% | - |
| HSV(B) | 270º | 0.22% | 0.7% | - |
| XYZ | 31.67 | 29.09 | 46.59 | - |
| YUV | 149.54 | 144.63 | 134.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 139 | 179 | 0.11 | 0.22 | 0 | 0.30 | 270 | 0.21 | 0.62 |
| Hex | 9F | 8B | B3 | B | 16 | 0 | 1E | 10E | 15 | 3E |
| Octal | 237 | 213 | 263 | 13 | 26 | 0 | 36 | 416 | 25 | 76 |
| Binary | 10011111 | 10001011 | 10110011 | 1011 | 10110 | 0 | 11110 | 100001110 | 10101 | 111110 |
Color Harmonies of #9F8BB3
Complementary color
Monochromatic Colors of #9F8BB3
Black with #9F8BB3
Text Example
Text Example
White with #9F8BB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F8BB3; }
p { color: rgb(159,139,179); }
H1.HeaderClassName
{
color: #9F8BB3;
}
.AnyTagClassName
{
color: #9F8BB3;
}
</style>
background-color css
<style>
a { background-color: #9F8BB3; }
a { background-color: rgb(159,139,179); }
div.DivClassName
{
background-color: #9F8BB3;
}
.BgClassName
{
background-color: #9F8BB3;
}
</style>
border-color css
<style>
span { border-color: #9F8BB3; }
span { border-color: rgb(159,139,179); }
td.TdClassName
{
border-color: #9F8BB3;
}
.TagClassName
{
border-color: #9F8BB3;
}
</style>