Shades of Blue Violet #9127DB
Tints of Blue Violet #9127DB
RGB
CMYK
RGB Variations
Color information
#9127DB (or 0x9127DB) is known color: Blue Violet. HEX triplet: 91, 27 and DB. RGB value is (145,39,219). Sum of RGB (Red+Green+Blue) = 145+39+219=403 (53% of max value = 765). Red value is 145 (57.03% from 255 or 35.98% from 403); Green value is 39 (15.62% from 255 or 9.68% from 403); Blue value is 219 (85.94% from 255 or 54.34% from 403); Max value from RGB is 219 - color contains mainly: blue. Hex color #9127DB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9127DB is #6ED824. Grayscale: #5A5A5A. Windows color (decimal): -7264293 or 14362513. OLE color: 14362513.
HSL color Cylindrical-coordinate representation of color #9127DB: hue angle of 275.33º degrees, saturation: 0.71, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #9127DB is Cyan = 0.34, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 145 | 39 | 219 | - |
| CMYK | 0.34 | 0.82 | 0 | 0.14 |
| HSL | 275.33º | 0.71% | 0.51% | - |
| HSV(B) | 275.33º | 0.82% | 0.86% | - |
| XYZ | 25.19 | 12.59 | 68.12 | - |
| YUV | 91.21 | 200.12 | 166.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 39 | 219 | 0.34 | 0.82 | 0 | 0.14 | 275.33 | 0.71 | 0.51 |
| Hex | 91 | 27 | DB | 22 | 52 | 0 | E | 113 | 47 | 33 |
| Octal | 221 | 47 | 333 | 42 | 122 | 0 | 16 | 423 | 107 | 63 |
| Binary | 10010001 | 100111 | 11011011 | 100010 | 1010010 | 0 | 1110 | 100010011 | 1000111 | 110011 |
Color Harmonies of #9127DB
Complementary color
Monochromatic Colors of #9127DB
Black with #9127DB
Text Example
Text Example
White with #9127DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9127DB; }
p { color: rgb(145,39,219); }
H1.HeaderClassName
{
color: #9127DB;
}
.AnyTagClassName
{
color: #9127DB;
}
</style>
background-color css
<style>
a { background-color: #9127DB; }
a { background-color: rgb(145,39,219); }
div.DivClassName
{
background-color: #9127DB;
}
.BgClassName
{
background-color: #9127DB;
}
</style>
border-color css
<style>
span { border-color: #9127DB; }
span { border-color: rgb(145,39,219); }
td.TdClassName
{
border-color: #9127DB;
}
.TagClassName
{
border-color: #9127DB;
}
</style>