Shades of Blue Violet #951BE0
Tints of Blue Violet #951BE0
RGB
CMYK
RGB Variations
Color information
#951BE0 (or 0x951BE0) is known color: Blue Violet. HEX triplet: 95, 1B and E0. RGB value is (149,27,224). Sum of RGB (Red+Green+Blue) = 149+27+224=400 (52% of max value = 765). Red value is 149 (58.59% from 255 or 37.25% from 400); Green value is 27 (10.94% from 255 or 6.75% from 400); Blue value is 224 (87.89% from 255 or 56% from 400); Max value from RGB is 224 - color contains mainly: blue. Hex color #951BE0 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #951BE0 is #6AE41F. Grayscale: #555555. Windows color (decimal): -7005216 or 14687125. OLE color: 14687125.
HSL color Cylindrical-coordinate representation of color #951BE0: hue angle of 277.16º degrees, saturation: 0.78, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #951BE0 is Cyan = 0.33, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 149 | 27 | 224 | - |
| CMYK | 0.33 | 0.88 | 0 | 0.12 |
| HSL | 277.16º | 0.78% | 0.49% | - |
| HSV(B) | 277.16º | 0.88% | 0.88% | - |
| XYZ | 26.24 | 12.56 | 71.56 | - |
| YUV | 85.94 | 205.92 | 172.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 27 | 224 | 0.33 | 0.88 | 0 | 0.12 | 277.16 | 0.78 | 0.49 |
| Hex | 95 | 1B | E0 | 21 | 58 | 0 | C | 115 | 4E | 31 |
| Octal | 225 | 33 | 340 | 41 | 130 | 0 | 14 | 425 | 116 | 61 |
| Binary | 10010101 | 11011 | 11100000 | 100001 | 1011000 | 0 | 1100 | 100010101 | 1001110 | 110001 |
Color Harmonies of #951BE0
Complementary color
Monochromatic Colors of #951BE0
Black with #951BE0
Text Example
Text Example
White with #951BE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #951BE0; }
p { color: rgb(149,27,224); }
H1.HeaderClassName
{
color: #951BE0;
}
.AnyTagClassName
{
color: #951BE0;
}
</style>
background-color css
<style>
a { background-color: #951BE0; }
a { background-color: rgb(149,27,224); }
div.DivClassName
{
background-color: #951BE0;
}
.BgClassName
{
background-color: #951BE0;
}
</style>
border-color css
<style>
span { border-color: #951BE0; }
span { border-color: rgb(149,27,224); }
td.TdClassName
{
border-color: #951BE0;
}
.TagClassName
{
border-color: #951BE0;
}
</style>