Shades of Blue Violet #8923DB
Tints of Blue Violet #8923DB
RGB
CMYK
RGB Variations
Color information
#8923DB (or 0x8923DB) is known color: Blue Violet. HEX triplet: 89, 23 and DB. RGB value is (137,35,219). Sum of RGB (Red+Green+Blue) = 137+35+219=391 (51% of max value = 765). Red value is 137 (53.91% from 255 or 35.04% from 391); Green value is 35 (14.06% from 255 or 8.95% from 391); Blue value is 219 (85.94% from 255 or 56.01% from 391); Max value from RGB is 219 - color contains mainly: blue. Hex color #8923DB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8923DB is #76DC24. Grayscale: #555555. Windows color (decimal): -7789605 or 14361481. OLE color: 14361481.
HSL color Cylindrical-coordinate representation of color #8923DB: hue angle of 273.26º degrees, saturation: 0.72, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #8923DB is Cyan = 0.37, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 137 | 35 | 219 | - |
| CMYK | 0.37 | 0.84 | 0 | 0.14 |
| HSL | 273.26º | 0.72% | 0.5% | - |
| HSV(B) | 273.26º | 0.84% | 0.86% | - |
| XYZ | 23.7 | 11.63 | 68.01 | - |
| YUV | 86.47 | 202.79 | 164.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 35 | 219 | 0.37 | 0.84 | 0 | 0.14 | 273.26 | 0.72 | 0.5 |
| Hex | 89 | 23 | DB | 25 | 54 | 0 | E | 111 | 48 | 32 |
| Octal | 211 | 43 | 333 | 45 | 124 | 0 | 16 | 421 | 110 | 62 |
| Binary | 10001001 | 100011 | 11011011 | 100101 | 1010100 | 0 | 1110 | 100010001 | 1001000 | 110010 |
Color Harmonies of #8923DB
Complementary color
Monochromatic Colors of #8923DB
Black with #8923DB
Text Example
Text Example
White with #8923DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8923DB; }
p { color: rgb(137,35,219); }
H1.HeaderClassName
{
color: #8923DB;
}
.AnyTagClassName
{
color: #8923DB;
}
</style>
background-color css
<style>
a { background-color: #8923DB; }
a { background-color: rgb(137,35,219); }
div.DivClassName
{
background-color: #8923DB;
}
.BgClassName
{
background-color: #8923DB;
}
</style>
border-color css
<style>
span { border-color: #8923DB; }
span { border-color: rgb(137,35,219); }
td.TdClassName
{
border-color: #8923DB;
}
.TagClassName
{
border-color: #8923DB;
}
</style>