Shades of Blue Violet #911CFD
Tints of Blue Violet #911CFD
RGB
CMYK
RGB Variations
Color information
#911CFD (or 0x911CFD) is known color: Blue Violet. HEX triplet: 91, 1C and FD. RGB value is (145,28,253). Sum of RGB (Red+Green+Blue) = 145+28+253=426 (56% of max value = 765). Red value is 145 (57.03% from 255 or 34.04% from 426); Green value is 28 (11.33% from 255 or 6.57% from 426); Blue value is 253 (99.22% from 255 or 59.39% from 426); Max value from RGB is 253 - color contains mainly: blue. Hex color #911CFD is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #911CFD is #6EE302. Grayscale: #575757. Windows color (decimal): -7267075 or 16587921. OLE color: 16587921.
HSL color Cylindrical-coordinate representation of color #911CFD: hue angle of 271.2º degrees, saturation: 0.98, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #911CFD is Cyan = 0.43, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 145 | 28 | 253 | - |
| CMYK | 0.43 | 0.89 | 0 | 0.01 |
| HSL | 271.2º | 0.98% | 0.55% | - |
| HSV(B) | 271.2º | 0.89% | 0.99% | - |
| XYZ | 29.82 | 13.94 | 94.05 | - |
| YUV | 88.63 | 220.76 | 168.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 28 | 253 | 0.43 | 0.89 | 0 | 0.01 | 271.2 | 0.98 | 0.55 |
| Hex | 91 | 1C | FD | 2B | 59 | 0 | 1 | 10F | 62 | 37 |
| Octal | 221 | 34 | 375 | 53 | 131 | 0 | 1 | 417 | 142 | 67 |
| Binary | 10010001 | 11100 | 11111101 | 101011 | 1011001 | 0 | 1 | 100001111 | 1100010 | 110111 |
Color Harmonies of #911CFD
Complementary color
Monochromatic Colors of #911CFD
Black with #911CFD
Text Example
Text Example
White with #911CFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #911CFD; }
p { color: rgb(145,28,253); }
H1.HeaderClassName
{
color: #911CFD;
}
.AnyTagClassName
{
color: #911CFD;
}
</style>
background-color css
<style>
a { background-color: #911CFD; }
a { background-color: rgb(145,28,253); }
div.DivClassName
{
background-color: #911CFD;
}
.BgClassName
{
background-color: #911CFD;
}
</style>
border-color css
<style>
span { border-color: #911CFD; }
span { border-color: rgb(145,28,253); }
td.TdClassName
{
border-color: #911CFD;
}
.TagClassName
{
border-color: #911CFD;
}
</style>