Shades of Wisteria #C98BF1
Tints of Wisteria #C98BF1
RGB
CMYK
RGB Variations
Color information
#C98BF1 (or 0xC98BF1) is known color: Wisteria. HEX triplet: C9, 8B and F1. RGB value is (201,139,241). Sum of RGB (Red+Green+Blue) = 201+139+241=581 (76% of max value = 765). Red value is 201 (78.91% from 255 or 34.60% from 581); Green value is 139 (54.69% from 255 or 23.92% from 581); Blue value is 241 (94.53% from 255 or 41.48% from 581); Max value from RGB is 241 - color contains mainly: blue. Hex color #C98BF1 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C98BF1 is #36740E. Grayscale: #A8A8A8. Windows color (decimal): -3568655 or 15829961. OLE color: 15829961.
HSL color Cylindrical-coordinate representation of color #C98BF1: hue angle of 276.47º degrees, saturation: 0.78, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #C98BF1 is Cyan = 0.17, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 201 | 139 | 241 | - |
| CMYK | 0.17 | 0.42 | 0 | 0.05 |
| HSL | 276.47º | 0.78% | 0.75% | - |
| HSV(B) | 276.47º | 0.42% | 0.95% | - |
| XYZ | 49.2 | 37.23 | 87.81 | - |
| YUV | 169.17 | 168.54 | 150.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 139 | 241 | 0.17 | 0.42 | 0 | 0.05 | 276.47 | 0.78 | 0.75 |
| Hex | C9 | 8B | F1 | 11 | 2A | 0 | 5 | 114 | 4E | 4B |
| Octal | 311 | 213 | 361 | 21 | 52 | 0 | 5 | 424 | 116 | 113 |
| Binary | 11001001 | 10001011 | 11110001 | 10001 | 101010 | 0 | 101 | 100010100 | 1001110 | 1001011 |
Color Harmonies of #C98BF1
Complementary color
Monochromatic Colors of #C98BF1
Black with #C98BF1
Text Example
Text Example
White with #C98BF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C98BF1; }
p { color: rgb(201,139,241); }
H1.HeaderClassName
{
color: #C98BF1;
}
.AnyTagClassName
{
color: #C98BF1;
}
</style>
background-color css
<style>
a { background-color: #C98BF1; }
a { background-color: rgb(201,139,241); }
div.DivClassName
{
background-color: #C98BF1;
}
.BgClassName
{
background-color: #C98BF1;
}
</style>
border-color css
<style>
span { border-color: #C98BF1; }
span { border-color: rgb(201,139,241); }
td.TdClassName
{
border-color: #C98BF1;
}
.TagClassName
{
border-color: #C98BF1;
}
</style>