Shades of Wistful #9C98EA
Tints of Wistful #9C98EA
RGB
CMYK
RGB Variations
Color information
#9C98EA (or 0x9C98EA) is known color: Wistful. HEX triplet: 9C, 98 and EA. RGB value is (156,152,234). Sum of RGB (Red+Green+Blue) = 156+152+234=542 (71% of max value = 765). Red value is 156 (61.33% from 255 or 28.78% from 542); Green value is 152 (59.77% from 255 or 28.04% from 542); Blue value is 234 (91.80% from 255 or 43.17% from 542); Max value from RGB is 234 - color contains mainly: blue. Hex color #9C98EA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9C98EA is #636715. Grayscale: #A2A2A2. Windows color (decimal): -6514454 or 15374492. OLE color: 15374492.
HSL color Cylindrical-coordinate representation of color #9C98EA: hue angle of 242.93º degrees, saturation: 0.66, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #9C98EA is Cyan = 0.33, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 156 | 152 | 234 | - |
| CMYK | 0.33 | 0.35 | 0 | 0.08 |
| HSL | 242.93º | 0.66% | 0.76% | - |
| HSV(B) | 242.93º | 0.35% | 0.92% | - |
| XYZ | 39.79 | 35.46 | 82.59 | - |
| YUV | 162.54 | 168.33 | 123.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 152 | 234 | 0.33 | 0.35 | 0 | 0.08 | 242.93 | 0.66 | 0.76 |
| Hex | 9C | 98 | EA | 21 | 23 | 0 | 8 | F3 | 42 | 4C |
| Octal | 234 | 230 | 352 | 41 | 43 | 0 | 10 | 363 | 102 | 114 |
| Binary | 10011100 | 10011000 | 11101010 | 100001 | 100011 | 0 | 1000 | 11110011 | 1000010 | 1001100 |
Color Harmonies of #9C98EA
Complementary color
Monochromatic Colors of #9C98EA
Black with #9C98EA
Text Example
Text Example
White with #9C98EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C98EA; }
p { color: rgb(156,152,234); }
H1.HeaderClassName
{
color: #9C98EA;
}
.AnyTagClassName
{
color: #9C98EA;
}
</style>
background-color css
<style>
a { background-color: #9C98EA; }
a { background-color: rgb(156,152,234); }
div.DivClassName
{
background-color: #9C98EA;
}
.BgClassName
{
background-color: #9C98EA;
}
</style>
border-color css
<style>
span { border-color: #9C98EA; }
span { border-color: rgb(156,152,234); }
td.TdClassName
{
border-color: #9C98EA;
}
.TagClassName
{
border-color: #9C98EA;
}
</style>