Shades of Wistful #9D93EA
Tints of Wistful #9D93EA
RGB
CMYK
RGB Variations
Color information
#9D93EA (or 0x9D93EA) is known color: Wistful. HEX triplet: 9D, 93 and EA. RGB value is (157,147,234). Sum of RGB (Red+Green+Blue) = 157+147+234=538 (71% of max value = 765). Red value is 157 (61.72% from 255 or 29.18% from 538); Green value is 147 (57.81% from 255 or 27.32% from 538); Blue value is 234 (91.80% from 255 or 43.49% from 538); Max value from RGB is 234 - color contains mainly: blue. Hex color #9D93EA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9D93EA is #626C15. Grayscale: #9F9F9F. Windows color (decimal): -6450198 or 15373213. OLE color: 15373213.
HSL color Cylindrical-coordinate representation of color #9D93EA: hue angle of 246.9º degrees, saturation: 0.67, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #9D93EA is Cyan = 0.33, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 157 | 147 | 234 | - |
| CMYK | 0.33 | 0.37 | 0 | 0.08 |
| HSL | 246.9º | 0.67% | 0.75% | - |
| HSV(B) | 246.9º | 0.37% | 0.92% | - |
| XYZ | 39.19 | 33.98 | 82.33 | - |
| YUV | 159.91 | 169.81 | 125.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 147 | 234 | 0.33 | 0.37 | 0 | 0.08 | 246.9 | 0.67 | 0.75 |
| Hex | 9D | 93 | EA | 21 | 25 | 0 | 8 | F7 | 43 | 4B |
| Octal | 235 | 223 | 352 | 41 | 45 | 0 | 10 | 367 | 103 | 113 |
| Binary | 10011101 | 10010011 | 11101010 | 100001 | 100101 | 0 | 1000 | 11110111 | 1000011 | 1001011 |
Color Harmonies of #9D93EA
Complementary color
Monochromatic Colors of #9D93EA
Black with #9D93EA
Text Example
Text Example
White with #9D93EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D93EA; }
p { color: rgb(157,147,234); }
H1.HeaderClassName
{
color: #9D93EA;
}
.AnyTagClassName
{
color: #9D93EA;
}
</style>
background-color css
<style>
a { background-color: #9D93EA; }
a { background-color: rgb(157,147,234); }
div.DivClassName
{
background-color: #9D93EA;
}
.BgClassName
{
background-color: #9D93EA;
}
</style>
border-color css
<style>
span { border-color: #9D93EA; }
span { border-color: rgb(157,147,234); }
td.TdClassName
{
border-color: #9D93EA;
}
.TagClassName
{
border-color: #9D93EA;
}
</style>