Shades of Blue Violet #914CF8
Tints of Blue Violet #914CF8
RGB
CMYK
RGB Variations
Color information
#914CF8 (or 0x914CF8) is known color: Blue Violet. HEX triplet: 91, 4C and F8. RGB value is (145,76,248). Sum of RGB (Red+Green+Blue) = 145+76+248=469 (62% of max value = 765). Red value is 145 (57.03% from 255 or 30.92% from 469); Green value is 76 (30.08% from 255 or 16.20% from 469); Blue value is 248 (97.27% from 255 or 52.88% from 469); Max value from RGB is 248 - color contains mainly: blue. Hex color #914CF8 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #914CF8 is #6EB307. Grayscale: #737373. Windows color (decimal): -7254792 or 16272529. OLE color: 16272529.
HSL color Cylindrical-coordinate representation of color #914CF8: hue angle of 264.07º degrees, saturation: 0.92, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #914CF8 is Cyan = 0.42, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 145 | 76 | 248 | - |
| CMYK | 0.42 | 0.69 | 0 | 0.03 |
| HSL | 264.07º | 0.92% | 0.64% | - |
| HSV(B) | 264.07º | 0.69% | 0.97% | - |
| XYZ | 31.2 | 17.97 | 90.63 | - |
| YUV | 116.24 | 202.36 | 148.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 76 | 248 | 0.42 | 0.69 | 0 | 0.03 | 264.07 | 0.92 | 0.64 |
| Hex | 91 | 4C | F8 | 2A | 45 | 0 | 3 | 108 | 5C | 40 |
| Octal | 221 | 114 | 370 | 52 | 105 | 0 | 3 | 410 | 134 | 100 |
| Binary | 10010001 | 1001100 | 11111000 | 101010 | 1000101 | 0 | 11 | 100001000 | 1011100 | 1000000 |
Color Harmonies of #914CF8
Complementary color
Monochromatic Colors of #914CF8
Black with #914CF8
Text Example
Text Example
White with #914CF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #914CF8; }
p { color: rgb(145,76,248); }
H1.HeaderClassName
{
color: #914CF8;
}
.AnyTagClassName
{
color: #914CF8;
}
</style>
background-color css
<style>
a { background-color: #914CF8; }
a { background-color: rgb(145,76,248); }
div.DivClassName
{
background-color: #914CF8;
}
.BgClassName
{
background-color: #914CF8;
}
</style>
border-color css
<style>
span { border-color: #914CF8; }
span { border-color: rgb(145,76,248); }
td.TdClassName
{
border-color: #914CF8;
}
.TagClassName
{
border-color: #914CF8;
}
</style>