Shades of Wistful #9C8FF1
Tints of Wistful #9C8FF1
RGB
CMYK
RGB Variations
Color information
#9C8FF1 (or 0x9C8FF1) is known color: Wistful. HEX triplet: 9C, 8F and F1. RGB value is (156,143,241). Sum of RGB (Red+Green+Blue) = 156+143+241=540 (71% of max value = 765). Red value is 156 (61.33% from 255 or 28.89% from 540); Green value is 143 (56.25% from 255 or 26.48% from 540); Blue value is 241 (94.53% from 255 or 44.63% from 540); Max value from RGB is 241 - color contains mainly: blue. Hex color #9C8FF1 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9C8FF1 is #63700E. Grayscale: #9D9D9D. Windows color (decimal): -6516751 or 15830940. OLE color: 15830940.
HSL color Cylindrical-coordinate representation of color #9C8FF1: hue angle of 247.96º degrees, saturation: 0.78, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #9C8FF1 is Cyan = 0.35, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 156 | 143 | 241 | - |
| CMYK | 0.35 | 0.41 | 0 | 0.05 |
| HSL | 247.96º | 0.78% | 0.75% | - |
| HSV(B) | 247.96º | 0.41% | 0.95% | - |
| XYZ | 39.41 | 33.06 | 87.52 | - |
| YUV | 158.06 | 174.81 | 126.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 143 | 241 | 0.35 | 0.41 | 0 | 0.05 | 247.96 | 0.78 | 0.75 |
| Hex | 9C | 8F | F1 | 23 | 29 | 0 | 5 | F8 | 4E | 4B |
| Octal | 234 | 217 | 361 | 43 | 51 | 0 | 5 | 370 | 116 | 113 |
| Binary | 10011100 | 10001111 | 11110001 | 100011 | 101001 | 0 | 101 | 11111000 | 1001110 | 1001011 |
Color Harmonies of #9C8FF1
Complementary color
Monochromatic Colors of #9C8FF1
Black with #9C8FF1
Text Example
Text Example
White with #9C8FF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C8FF1; }
p { color: rgb(156,143,241); }
H1.HeaderClassName
{
color: #9C8FF1;
}
.AnyTagClassName
{
color: #9C8FF1;
}
</style>
background-color css
<style>
a { background-color: #9C8FF1; }
a { background-color: rgb(156,143,241); }
div.DivClassName
{
background-color: #9C8FF1;
}
.BgClassName
{
background-color: #9C8FF1;
}
</style>
border-color css
<style>
span { border-color: #9C8FF1; }
span { border-color: rgb(156,143,241); }
td.TdClassName
{
border-color: #9C8FF1;
}
.TagClassName
{
border-color: #9C8FF1;
}
</style>