Shades of Blue Violet #9145DC
Tints of Blue Violet #9145DC
RGB
CMYK
RGB Variations
Color information
#9145DC (or 0x9145DC) is known color: Blue Violet. HEX triplet: 91, 45 and DC. RGB value is (145,69,220). Sum of RGB (Red+Green+Blue) = 145+69+220=434 (57% of max value = 765). Red value is 145 (57.03% from 255 or 33.41% from 434); Green value is 69 (27.34% from 255 or 15.90% from 434); Blue value is 220 (86.33% from 255 or 50.69% from 434); Max value from RGB is 220 - color contains mainly: blue. Hex color #9145DC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9145DC is #6EBA23. Grayscale: #6C6C6C. Windows color (decimal): -7256612 or 14435729. OLE color: 14435729.
HSL color Cylindrical-coordinate representation of color #9145DC: hue angle of 270.2º degrees, saturation: 0.68, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #9145DC is Cyan = 0.34, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 145 | 69 | 220 | - |
| CMYK | 0.34 | 0.69 | 0 | 0.14 |
| HSL | 270.2º | 0.68% | 0.57% | - |
| HSV(B) | 270.2º | 0.69% | 0.86% | - |
| XYZ | 26.72 | 15.44 | 69.28 | - |
| YUV | 108.94 | 190.68 | 153.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 69 | 220 | 0.34 | 0.69 | 0 | 0.14 | 270.2 | 0.68 | 0.57 |
| Hex | 91 | 45 | DC | 22 | 45 | 0 | E | 10E | 44 | 39 |
| Octal | 221 | 105 | 334 | 42 | 105 | 0 | 16 | 416 | 104 | 71 |
| Binary | 10010001 | 1000101 | 11011100 | 100010 | 1000101 | 0 | 1110 | 100001110 | 1000100 | 111001 |
Color Harmonies of #9145DC
Complementary color
Monochromatic Colors of #9145DC
Black with #9145DC
Text Example
Text Example
White with #9145DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9145DC; }
p { color: rgb(145,69,220); }
H1.HeaderClassName
{
color: #9145DC;
}
.AnyTagClassName
{
color: #9145DC;
}
</style>
background-color css
<style>
a { background-color: #9145DC; }
a { background-color: rgb(145,69,220); }
div.DivClassName
{
background-color: #9145DC;
}
.BgClassName
{
background-color: #9145DC;
}
</style>
border-color css
<style>
span { border-color: #9145DC; }
span { border-color: rgb(145,69,220); }
td.TdClassName
{
border-color: #9145DC;
}
.TagClassName
{
border-color: #9145DC;
}
</style>