Shades of Wisteria #C98BF9
Tints of Wisteria #C98BF9
RGB
CMYK
RGB Variations
Color information
#C98BF9 (or 0xC98BF9) is known color: Wisteria. HEX triplet: C9, 8B and F9. RGB value is (201,139,249). Sum of RGB (Red+Green+Blue) = 201+139+249=589 (78% of max value = 765). Red value is 201 (78.91% from 255 or 34.13% from 589); Green value is 139 (54.69% from 255 or 23.60% from 589); Blue value is 249 (97.66% from 255 or 42.28% from 589); Max value from RGB is 249 - color contains mainly: blue. Hex color #C98BF9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C98BF9 is #367406. Grayscale: #A9A9A9. Windows color (decimal): -3568647 or 16354249. OLE color: 16354249.
HSL color Cylindrical-coordinate representation of color #C98BF9: hue angle of 273.82º degrees, saturation: 0.9, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #C98BF9 is Cyan = 0.19, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 201 | 139 | 249 | - |
| CMYK | 0.19 | 0.44 | 0 | 0.02 |
| HSL | 273.82º | 0.9% | 0.76% | - |
| HSV(B) | 273.82º | 0.44% | 0.98% | - |
| XYZ | 50.42 | 37.72 | 94.25 | - |
| YUV | 170.08 | 172.54 | 150.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 139 | 249 | 0.19 | 0.44 | 0 | 0.02 | 273.82 | 0.9 | 0.76 |
| Hex | C9 | 8B | F9 | 13 | 2C | 0 | 2 | 112 | 5A | 4C |
| Octal | 311 | 213 | 371 | 23 | 54 | 0 | 2 | 422 | 132 | 114 |
| Binary | 11001001 | 10001011 | 11111001 | 10011 | 101100 | 0 | 10 | 100010010 | 1011010 | 1001100 |
Color Harmonies of #C98BF9
Complementary color
Monochromatic Colors of #C98BF9
Black with #C98BF9
Text Example
Text Example
White with #C98BF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C98BF9; }
p { color: rgb(201,139,249); }
H1.HeaderClassName
{
color: #C98BF9;
}
.AnyTagClassName
{
color: #C98BF9;
}
</style>
background-color css
<style>
a { background-color: #C98BF9; }
a { background-color: rgb(201,139,249); }
div.DivClassName
{
background-color: #C98BF9;
}
.BgClassName
{
background-color: #C98BF9;
}
</style>
border-color css
<style>
span { border-color: #C98BF9; }
span { border-color: rgb(201,139,249); }
td.TdClassName
{
border-color: #C98BF9;
}
.TagClassName
{
border-color: #C98BF9;
}
</style>