Shades of Blue Violet #8921DF
Tints of Blue Violet #8921DF
RGB
CMYK
RGB Variations
Color information
#8921DF (or 0x8921DF) is known color: Blue Violet. HEX triplet: 89, 21 and DF. RGB value is (137,33,223). Sum of RGB (Red+Green+Blue) = 137+33+223=393 (52% of max value = 765). Red value is 137 (53.91% from 255 or 34.86% from 393); Green value is 33 (13.28% from 255 or 8.40% from 393); Blue value is 223 (87.5% from 255 or 56.74% from 393); Max value from RGB is 223 - color contains mainly: blue. Hex color #8921DF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8921DF is #76DE20. Grayscale: #555555. Windows color (decimal): -7790113 or 14623113. OLE color: 14623113.
HSL color Cylindrical-coordinate representation of color #8921DF: hue angle of 272.84º degrees, saturation: 0.75, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #8921DF is Cyan = 0.39, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 137 | 33 | 223 | - |
| CMYK | 0.39 | 0.85 | 0 | 0.13 |
| HSL | 272.84º | 0.75% | 0.5% | - |
| HSV(B) | 272.84º | 0.85% | 0.87% | - |
| XYZ | 24.18 | 11.73 | 70.8 | - |
| YUV | 85.76 | 205.46 | 164.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 33 | 223 | 0.39 | 0.85 | 0 | 0.13 | 272.84 | 0.75 | 0.5 |
| Hex | 89 | 21 | DF | 27 | 55 | 0 | D | 111 | 4B | 32 |
| Octal | 211 | 41 | 337 | 47 | 125 | 0 | 15 | 421 | 113 | 62 |
| Binary | 10001001 | 100001 | 11011111 | 100111 | 1010101 | 0 | 1101 | 100010001 | 1001011 | 110010 |
Color Harmonies of #8921DF
Complementary color
Monochromatic Colors of #8921DF
Black with #8921DF
Text Example
Text Example
White with #8921DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8921DF; }
p { color: rgb(137,33,223); }
H1.HeaderClassName
{
color: #8921DF;
}
.AnyTagClassName
{
color: #8921DF;
}
</style>
background-color css
<style>
a { background-color: #8921DF; }
a { background-color: rgb(137,33,223); }
div.DivClassName
{
background-color: #8921DF;
}
.BgClassName
{
background-color: #8921DF;
}
</style>
border-color css
<style>
span { border-color: #8921DF; }
span { border-color: rgb(137,33,223); }
td.TdClassName
{
border-color: #8921DF;
}
.TagClassName
{
border-color: #8921DF;
}
</style>