Shades of Cold Purple #9B8ACE
Tints of Cold Purple #9B8ACE
RGB
CMYK
RGB Variations
Color information
#9B8ACE (or 0x9B8ACE) is known color: Cold Purple. HEX triplet: 9B, 8A and CE. RGB value is (155,138,206). Sum of RGB (Red+Green+Blue) = 155+138+206=499 (66% of max value = 765). Red value is 155 (60.94% from 255 or 31.06% from 499); Green value is 138 (54.30% from 255 or 27.66% from 499); Blue value is 206 (80.86% from 255 or 41.28% from 499); Max value from RGB is 206 - color contains mainly: blue. Hex color #9B8ACE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9B8ACE is #647531. Grayscale: #969696. Windows color (decimal): -6583602 or 13535899. OLE color: 13535899.
HSL color Cylindrical-coordinate representation of color #9B8ACE: hue angle of 255º degrees, saturation: 0.41, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #9B8ACE is Cyan = 0.25, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 155 | 138 | 206 | - |
| CMYK | 0.25 | 0.33 | 0 | 0.19 |
| HSL | 255º | 0.41% | 0.67% | - |
| HSV(B) | 255º | 0.33% | 0.81% | - |
| XYZ | 33.75 | 29.6 | 62.33 | - |
| YUV | 150.84 | 159.13 | 130.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 138 | 206 | 0.25 | 0.33 | 0 | 0.19 | 255 | 0.41 | 0.67 |
| Hex | 9B | 8A | CE | 19 | 21 | 0 | 13 | FF | 29 | 43 |
| Octal | 233 | 212 | 316 | 31 | 41 | 0 | 23 | 377 | 51 | 103 |
| Binary | 10011011 | 10001010 | 11001110 | 11001 | 100001 | 0 | 10011 | 11111111 | 101001 | 1000011 |
Color Harmonies of #9B8ACE
Complementary color
Monochromatic Colors of #9B8ACE
Black with #9B8ACE
Text Example
Text Example
White with #9B8ACE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B8ACE; }
p { color: rgb(155,138,206); }
H1.HeaderClassName
{
color: #9B8ACE;
}
.AnyTagClassName
{
color: #9B8ACE;
}
</style>
background-color css
<style>
a { background-color: #9B8ACE; }
a { background-color: rgb(155,138,206); }
div.DivClassName
{
background-color: #9B8ACE;
}
.BgClassName
{
background-color: #9B8ACE;
}
</style>
border-color css
<style>
span { border-color: #9B8ACE; }
span { border-color: rgb(155,138,206); }
td.TdClassName
{
border-color: #9B8ACE;
}
.TagClassName
{
border-color: #9B8ACE;
}
</style>