Shades of Blue Violet #8925DB
Tints of Blue Violet #8925DB
RGB
CMYK
RGB Variations
Color information
#8925DB (or 0x8925DB) is known color: Blue Violet. HEX triplet: 89, 25 and DB. RGB value is (137,37,219). Sum of RGB (Red+Green+Blue) = 137+37+219=393 (52% of max value = 765). Red value is 137 (53.91% from 255 or 34.86% from 393); Green value is 37 (14.84% from 255 or 9.41% from 393); Blue value is 219 (85.94% from 255 or 55.73% from 393); Max value from RGB is 219 - color contains mainly: blue. Hex color #8925DB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8925DB is #76DA24. Grayscale: #575757. Windows color (decimal): -7789093 or 14361993. OLE color: 14361993.
HSL color Cylindrical-coordinate representation of color #8925DB: hue angle of 272.97º 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 #8925DB is Cyan = 0.37, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 137 | 37 | 219 | - |
| CMYK | 0.37 | 0.83 | 0 | 0.14 |
| HSL | 272.97º | 0.72% | 0.5% | - |
| HSV(B) | 272.97º | 0.83% | 0.86% | - |
| XYZ | 23.76 | 11.76 | 68.03 | - |
| YUV | 87.65 | 202.13 | 163.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 37 | 219 | 0.37 | 0.83 | 0 | 0.14 | 272.97 | 0.72 | 0.5 |
| Hex | 89 | 25 | DB | 25 | 53 | 0 | E | 111 | 48 | 32 |
| Octal | 211 | 45 | 333 | 45 | 123 | 0 | 16 | 421 | 110 | 62 |
| Binary | 10001001 | 100101 | 11011011 | 100101 | 1010011 | 0 | 1110 | 100010001 | 1001000 | 110010 |
Color Harmonies of #8925DB
Complementary color
Monochromatic Colors of #8925DB
Black with #8925DB
Text Example
Text Example
White with #8925DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8925DB; }
p { color: rgb(137,37,219); }
H1.HeaderClassName
{
color: #8925DB;
}
.AnyTagClassName
{
color: #8925DB;
}
</style>
background-color css
<style>
a { background-color: #8925DB; }
a { background-color: rgb(137,37,219); }
div.DivClassName
{
background-color: #8925DB;
}
.BgClassName
{
background-color: #8925DB;
}
</style>
border-color css
<style>
span { border-color: #8925DB; }
span { border-color: rgb(137,37,219); }
td.TdClassName
{
border-color: #8925DB;
}
.TagClassName
{
border-color: #8925DB;
}
</style>