Shades of Wisteria #C98EE9
Tints of Wisteria #C98EE9
RGB
CMYK
RGB Variations
Color information
#C98EE9 (or 0xC98EE9) is known color: Wisteria. HEX triplet: C9, 8E and E9. RGB value is (201,142,233). Sum of RGB (Red+Green+Blue) = 201+142+233=576 (76% of max value = 765). Red value is 201 (78.91% from 255 or 34.90% from 576); Green value is 142 (55.86% from 255 or 24.65% from 576); Blue value is 233 (91.41% from 255 or 40.45% from 576); Max value from RGB is 233 - color contains mainly: blue. Hex color #C98EE9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C98EE9 is #367116. Grayscale: #A9A9A9. Windows color (decimal): -3567895 or 15306441. OLE color: 15306441.
HSL color Cylindrical-coordinate representation of color #C98EE9: hue angle of 278.9º degrees, saturation: 0.67, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #C98EE9 is Cyan = 0.14, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 201 | 142 | 233 | - |
| CMYK | 0.14 | 0.39 | 0 | 0.09 |
| HSL | 278.9º | 0.67% | 0.74% | - |
| HSV(B) | 278.9º | 0.39% | 0.91% | - |
| XYZ | 48.47 | 37.65 | 81.8 | - |
| YUV | 170.02 | 163.55 | 150.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 142 | 233 | 0.14 | 0.39 | 0 | 0.09 | 278.9 | 0.67 | 0.74 |
| Hex | C9 | 8E | E9 | E | 27 | 0 | 9 | 117 | 43 | 4A |
| Octal | 311 | 216 | 351 | 16 | 47 | 0 | 11 | 427 | 103 | 112 |
| Binary | 11001001 | 10001110 | 11101001 | 1110 | 100111 | 0 | 1001 | 100010111 | 1000011 | 1001010 |
Color Harmonies of #C98EE9
Complementary color
Monochromatic Colors of #C98EE9
Black with #C98EE9
Text Example
Text Example
White with #C98EE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C98EE9; }
p { color: rgb(201,142,233); }
H1.HeaderClassName
{
color: #C98EE9;
}
.AnyTagClassName
{
color: #C98EE9;
}
</style>
background-color css
<style>
a { background-color: #C98EE9; }
a { background-color: rgb(201,142,233); }
div.DivClassName
{
background-color: #C98EE9;
}
.BgClassName
{
background-color: #C98EE9;
}
</style>
border-color css
<style>
span { border-color: #C98EE9; }
span { border-color: rgb(201,142,233); }
td.TdClassName
{
border-color: #C98EE9;
}
.TagClassName
{
border-color: #C98EE9;
}
</style>