Shades of Blue Violet #8925DC
Tints of Blue Violet #8925DC
RGB
CMYK
RGB Variations
Color information
#8925DC (or 0x8925DC) is known color: Blue Violet. HEX triplet: 89, 25 and DC. RGB value is (137,37,220). Sum of RGB (Red+Green+Blue) = 137+37+220=394 (52% of max value = 765). Red value is 137 (53.91% from 255 or 34.77% from 394); Green value is 37 (14.84% from 255 or 9.39% from 394); Blue value is 220 (86.33% from 255 or 55.84% from 394); Max value from RGB is 220 - color contains mainly: blue. Hex color #8925DC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8925DC is #76DA23. Grayscale: #575757. Windows color (decimal): -7789092 or 14427529. OLE color: 14427529.
HSL color Cylindrical-coordinate representation of color #8925DC: hue angle of 272.79º degrees, saturation: 0.72, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #8925DC is Cyan = 0.38, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 137 | 37 | 220 | - |
| CMYK | 0.38 | 0.83 | 0 | 0.14 |
| HSL | 272.79º | 0.72% | 0.5% | - |
| HSV(B) | 272.79º | 0.83% | 0.86% | - |
| XYZ | 23.9 | 11.81 | 68.73 | - |
| YUV | 87.76 | 202.63 | 163.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 37 | 220 | 0.38 | 0.83 | 0 | 0.14 | 272.79 | 0.72 | 0.5 |
| Hex | 89 | 25 | DC | 26 | 53 | 0 | E | 111 | 48 | 32 |
| Octal | 211 | 45 | 334 | 46 | 123 | 0 | 16 | 421 | 110 | 62 |
| Binary | 10001001 | 100101 | 11011100 | 100110 | 1010011 | 0 | 1110 | 100010001 | 1001000 | 110010 |
Color Harmonies of #8925DC
Complementary color
Monochromatic Colors of #8925DC
Black with #8925DC
Text Example
Text Example
White with #8925DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8925DC; }
p { color: rgb(137,37,220); }
H1.HeaderClassName
{
color: #8925DC;
}
.AnyTagClassName
{
color: #8925DC;
}
</style>
background-color css
<style>
a { background-color: #8925DC; }
a { background-color: rgb(137,37,220); }
div.DivClassName
{
background-color: #8925DC;
}
.BgClassName
{
background-color: #8925DC;
}
</style>
border-color css
<style>
span { border-color: #8925DC; }
span { border-color: rgb(137,37,220); }
td.TdClassName
{
border-color: #8925DC;
}
.TagClassName
{
border-color: #8925DC;
}
</style>