Shades of Blue Violet #9141DC
Tints of Blue Violet #9141DC
RGB
CMYK
RGB Variations
Color information
#9141DC (or 0x9141DC) is known color: Blue Violet. HEX triplet: 91, 41 and DC. RGB value is (145,65,220). Sum of RGB (Red+Green+Blue) = 145+65+220=430 (56% of max value = 765). Red value is 145 (57.03% from 255 or 33.72% from 430); Green value is 65 (25.78% from 255 or 15.12% from 430); Blue value is 220 (86.33% from 255 or 51.16% from 430); Max value from RGB is 220 - color contains mainly: blue. Hex color #9141DC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9141DC is #6EBE23. Grayscale: #6A6A6A. Windows color (decimal): -7257636 or 14434705. OLE color: 14434705.
HSL color Cylindrical-coordinate representation of color #9141DC: hue angle of 270.97º degrees, saturation: 0.69, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #9141DC is Cyan = 0.34, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 145 | 65 | 220 | - |
| CMYK | 0.34 | 0.70 | 0 | 0.14 |
| HSL | 270.97º | 0.69% | 0.56% | - |
| HSV(B) | 270.97º | 0.7% | 0.86% | - |
| XYZ | 26.49 | 14.97 | 69.2 | - |
| YUV | 106.59 | 192 | 155.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 65 | 220 | 0.34 | 0.70 | 0 | 0.14 | 270.97 | 0.69 | 0.56 |
| Hex | 91 | 41 | DC | 22 | 46 | 0 | E | 10F | 45 | 38 |
| Octal | 221 | 101 | 334 | 42 | 106 | 0 | 16 | 417 | 105 | 70 |
| Binary | 10010001 | 1000001 | 11011100 | 100010 | 1000110 | 0 | 1110 | 100001111 | 1000101 | 111000 |
Color Harmonies of #9141DC
Complementary color
Monochromatic Colors of #9141DC
Black with #9141DC
Text Example
Text Example
White with #9141DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9141DC; }
p { color: rgb(145,65,220); }
H1.HeaderClassName
{
color: #9141DC;
}
.AnyTagClassName
{
color: #9141DC;
}
</style>
background-color css
<style>
a { background-color: #9141DC; }
a { background-color: rgb(145,65,220); }
div.DivClassName
{
background-color: #9141DC;
}
.BgClassName
{
background-color: #9141DC;
}
</style>
border-color css
<style>
span { border-color: #9141DC; }
span { border-color: rgb(145,65,220); }
td.TdClassName
{
border-color: #9141DC;
}
.TagClassName
{
border-color: #9141DC;
}
</style>