Shades of Wisteria #C98AF1
Tints of Wisteria #C98AF1
RGB
CMYK
RGB Variations
Color information
#C98AF1 (or 0xC98AF1) is known color: Wisteria. HEX triplet: C9, 8A and F1. RGB value is (201,138,241). Sum of RGB (Red+Green+Blue) = 201+138+241=580 (76% of max value = 765). Red value is 201 (78.91% from 255 or 34.66% from 580); Green value is 138 (54.30% from 255 or 23.79% from 580); Blue value is 241 (94.53% from 255 or 41.55% from 580); Max value from RGB is 241 - color contains mainly: blue. Hex color #C98AF1 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C98AF1 is #36750E. Grayscale: #A8A8A8. Windows color (decimal): -3568911 or 15829705. OLE color: 15829705.
HSL color Cylindrical-coordinate representation of color #C98AF1: hue angle of 276.7º degrees, saturation: 0.79, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #C98AF1 is Cyan = 0.17, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 201 | 138 | 241 | - |
| CMYK | 0.17 | 0.43 | 0 | 0.05 |
| HSL | 276.7º | 0.79% | 0.74% | - |
| HSV(B) | 276.7º | 0.43% | 0.95% | - |
| XYZ | 49.05 | 36.95 | 87.76 | - |
| YUV | 168.58 | 168.87 | 151.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 138 | 241 | 0.17 | 0.43 | 0 | 0.05 | 276.7 | 0.79 | 0.74 |
| Hex | C9 | 8A | F1 | 11 | 2B | 0 | 5 | 115 | 4F | 4A |
| Octal | 311 | 212 | 361 | 21 | 53 | 0 | 5 | 425 | 117 | 112 |
| Binary | 11001001 | 10001010 | 11110001 | 10001 | 101011 | 0 | 101 | 100010101 | 1001111 | 1001010 |
Color Harmonies of #C98AF1
Complementary color
Monochromatic Colors of #C98AF1
Black with #C98AF1
Text Example
Text Example
White with #C98AF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C98AF1; }
p { color: rgb(201,138,241); }
H1.HeaderClassName
{
color: #C98AF1;
}
.AnyTagClassName
{
color: #C98AF1;
}
</style>
background-color css
<style>
a { background-color: #C98AF1; }
a { background-color: rgb(201,138,241); }
div.DivClassName
{
background-color: #C98AF1;
}
.BgClassName
{
background-color: #C98AF1;
}
</style>
border-color css
<style>
span { border-color: #C98AF1; }
span { border-color: rgb(201,138,241); }
td.TdClassName
{
border-color: #C98AF1;
}
.TagClassName
{
border-color: #C98AF1;
}
</style>