Shades of Cold Purple #9B8EBE
Tints of Cold Purple #9B8EBE
RGB
CMYK
RGB Variations
Color information
#9B8EBE (or 0x9B8EBE) is known color: Cold Purple. HEX triplet: 9B, 8E and BE. RGB value is (155,142,190). Sum of RGB (Red+Green+Blue) = 155+142+190=487 (64% of max value = 765). Red value is 155 (60.94% from 255 or 31.83% from 487); Green value is 142 (55.86% from 255 or 29.16% from 487); Blue value is 190 (74.61% from 255 or 39.01% from 487); Max value from RGB is 190 - color contains mainly: blue. Hex color #9B8EBE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9B8EBE is #647141. Grayscale: #979797. Windows color (decimal): -6582594 or 12488347. OLE color: 12488347.
HSL color Cylindrical-coordinate representation of color #9B8EBE: hue angle of 256.25º degrees, saturation: 0.27, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #9B8EBE is Cyan = 0.18, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 155 | 142 | 190 | - |
| CMYK | 0.18 | 0.25 | 0 | 0.25 |
| HSL | 256.25º | 0.27% | 0.65% | - |
| HSV(B) | 256.25º | 0.25% | 0.75% | - |
| XYZ | 32.48 | 30.03 | 52.8 | - |
| YUV | 151.36 | 149.81 | 130.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 142 | 190 | 0.18 | 0.25 | 0 | 0.25 | 256.25 | 0.27 | 0.65 |
| Hex | 9B | 8E | BE | 12 | 19 | 0 | 19 | 100 | 1B | 41 |
| Octal | 233 | 216 | 276 | 22 | 31 | 0 | 31 | 400 | 33 | 101 |
| Binary | 10011011 | 10001110 | 10111110 | 10010 | 11001 | 0 | 11001 | 100000000 | 11011 | 1000001 |
Color Harmonies of #9B8EBE
Complementary color
Monochromatic Colors of #9B8EBE
Black with #9B8EBE
Text Example
Text Example
White with #9B8EBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B8EBE; }
p { color: rgb(155,142,190); }
H1.HeaderClassName
{
color: #9B8EBE;
}
.AnyTagClassName
{
color: #9B8EBE;
}
</style>
background-color css
<style>
a { background-color: #9B8EBE; }
a { background-color: rgb(155,142,190); }
div.DivClassName
{
background-color: #9B8EBE;
}
.BgClassName
{
background-color: #9B8EBE;
}
</style>
border-color css
<style>
span { border-color: #9B8EBE; }
span { border-color: rgb(155,142,190); }
td.TdClassName
{
border-color: #9B8EBE;
}
.TagClassName
{
border-color: #9B8EBE;
}
</style>