Shades of Wisteria #C089F9
Tints of Wisteria #C089F9
RGB
CMYK
RGB Variations
Color information
#C089F9 (or 0xC089F9) is known color: Wisteria. HEX triplet: C0, 89 and F9. RGB value is (192,137,249). Sum of RGB (Red+Green+Blue) = 192+137+249=578 (76% of max value = 765). Red value is 192 (75.39% from 255 or 33.22% from 578); Green value is 137 (53.91% from 255 or 23.70% from 578); Blue value is 249 (97.66% from 255 or 43.08% from 578); Max value from RGB is 249 - color contains mainly: blue. Hex color #C089F9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C089F9 is #3F7606. Grayscale: #A5A5A5. Windows color (decimal): -4158983 or 16353728. OLE color: 16353728.
HSL color Cylindrical-coordinate representation of color #C089F9: hue angle of 269.46º degrees, saturation: 0.9, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #C089F9 is Cyan = 0.23, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 192 | 137 | 249 | - |
| CMYK | 0.23 | 0.45 | 0 | 0.02 |
| HSL | 269.46º | 0.9% | 0.76% | - |
| HSV(B) | 269.46º | 0.45% | 0.98% | - |
| XYZ | 47.78 | 35.94 | 94.04 | - |
| YUV | 166.21 | 174.72 | 146.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 137 | 249 | 0.23 | 0.45 | 0 | 0.02 | 269.46 | 0.9 | 0.76 |
| Hex | C0 | 89 | F9 | 17 | 2D | 0 | 2 | 10D | 5A | 4C |
| Octal | 300 | 211 | 371 | 27 | 55 | 0 | 2 | 415 | 132 | 114 |
| Binary | 11000000 | 10001001 | 11111001 | 10111 | 101101 | 0 | 10 | 100001101 | 1011010 | 1001100 |
Color Harmonies of #C089F9
Complementary color
Monochromatic Colors of #C089F9
Black with #C089F9
Text Example
Text Example
White with #C089F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C089F9; }
p { color: rgb(192,137,249); }
H1.HeaderClassName
{
color: #C089F9;
}
.AnyTagClassName
{
color: #C089F9;
}
</style>
background-color css
<style>
a { background-color: #C089F9; }
a { background-color: rgb(192,137,249); }
div.DivClassName
{
background-color: #C089F9;
}
.BgClassName
{
background-color: #C089F9;
}
</style>
border-color css
<style>
span { border-color: #C089F9; }
span { border-color: rgb(192,137,249); }
td.TdClassName
{
border-color: #C089F9;
}
.TagClassName
{
border-color: #C089F9;
}
</style>