Shades of Blue Violet #8924CF
Tints of Blue Violet #8924CF
RGB
CMYK
RGB Variations
Color information
#8924CF (or 0x8924CF) is known color: Blue Violet. HEX triplet: 89, 24 and CF. RGB value is (137,36,207). Sum of RGB (Red+Green+Blue) = 137+36+207=380 (50% of max value = 765). Red value is 137 (53.91% from 255 or 36.05% from 380); Green value is 36 (14.45% from 255 or 9.47% from 380); Blue value is 207 (81.25% from 255 or 54.47% from 380); Max value from RGB is 207 - color contains mainly: blue. Hex color #8924CF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8924CF is #76DB30. Grayscale: #555555. Windows color (decimal): -7789361 or 13575305. OLE color: 13575305.
HSL color Cylindrical-coordinate representation of color #8924CF: hue angle of 275.44º degrees, saturation: 0.7, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #8924CF is Cyan = 0.34, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 137 | 36 | 207 | - |
| CMYK | 0.34 | 0.83 | 0 | 0.19 |
| HSL | 275.44º | 0.7% | 0.48% | - |
| HSV(B) | 275.44º | 0.83% | 0.81% | - |
| XYZ | 22.21 | 11.09 | 60 | - |
| YUV | 85.69 | 196.46 | 164.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 36 | 207 | 0.34 | 0.83 | 0 | 0.19 | 275.44 | 0.7 | 0.48 |
| Hex | 89 | 24 | CF | 22 | 53 | 0 | 13 | 113 | 46 | 30 |
| Octal | 211 | 44 | 317 | 42 | 123 | 0 | 23 | 423 | 106 | 60 |
| Binary | 10001001 | 100100 | 11001111 | 100010 | 1010011 | 0 | 10011 | 100010011 | 1000110 | 110000 |
Color Harmonies of #8924CF
Complementary color
Monochromatic Colors of #8924CF
Black with #8924CF
Text Example
Text Example
White with #8924CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8924CF; }
p { color: rgb(137,36,207); }
H1.HeaderClassName
{
color: #8924CF;
}
.AnyTagClassName
{
color: #8924CF;
}
</style>
background-color css
<style>
a { background-color: #8924CF; }
a { background-color: rgb(137,36,207); }
div.DivClassName
{
background-color: #8924CF;
}
.BgClassName
{
background-color: #8924CF;
}
</style>
border-color css
<style>
span { border-color: #8924CF; }
span { border-color: rgb(137,36,207); }
td.TdClassName
{
border-color: #8924CF;
}
.TagClassName
{
border-color: #8924CF;
}
</style>