Shades of Blue Violet #911CDD
Tints of Blue Violet #911CDD
RGB
CMYK
RGB Variations
Color information
#911CDD (or 0x911CDD) is known color: Blue Violet. HEX triplet: 91, 1C and DD. RGB value is (145,28,221). Sum of RGB (Red+Green+Blue) = 145+28+221=394 (52% of max value = 765). Red value is 145 (57.03% from 255 or 36.80% from 394); Green value is 28 (11.33% from 255 or 7.11% from 394); Blue value is 221 (86.72% from 255 or 56.09% from 394); Max value from RGB is 221 - color contains mainly: blue. Hex color #911CDD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #911CDD is #6EE322. Grayscale: #545454. Windows color (decimal): -7267107 or 14490769. OLE color: 14490769.
HSL color Cylindrical-coordinate representation of color #911CDD: hue angle of 276.37º degrees, saturation: 0.78, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #911CDD is Cyan = 0.34, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 145 | 28 | 221 | - |
| CMYK | 0.34 | 0.87 | 0 | 0.13 |
| HSL | 276.37º | 0.78% | 0.49% | - |
| HSV(B) | 276.37º | 0.87% | 0.87% | - |
| XYZ | 25.14 | 12.07 | 69.41 | - |
| YUV | 84.99 | 204.76 | 170.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 28 | 221 | 0.34 | 0.87 | 0 | 0.13 | 276.37 | 0.78 | 0.49 |
| Hex | 91 | 1C | DD | 22 | 57 | 0 | D | 114 | 4E | 31 |
| Octal | 221 | 34 | 335 | 42 | 127 | 0 | 15 | 424 | 116 | 61 |
| Binary | 10010001 | 11100 | 11011101 | 100010 | 1010111 | 0 | 1101 | 100010100 | 1001110 | 110001 |
Color Harmonies of #911CDD
Complementary color
Monochromatic Colors of #911CDD
Black with #911CDD
Text Example
Text Example
White with #911CDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #911CDD; }
p { color: rgb(145,28,221); }
H1.HeaderClassName
{
color: #911CDD;
}
.AnyTagClassName
{
color: #911CDD;
}
</style>
background-color css
<style>
a { background-color: #911CDD; }
a { background-color: rgb(145,28,221); }
div.DivClassName
{
background-color: #911CDD;
}
.BgClassName
{
background-color: #911CDD;
}
</style>
border-color css
<style>
span { border-color: #911CDD; }
span { border-color: rgb(145,28,221); }
td.TdClassName
{
border-color: #911CDD;
}
.TagClassName
{
border-color: #911CDD;
}
</style>