Shades of Blue Violet #951CFD
Tints of Blue Violet #951CFD
RGB
CMYK
RGB Variations
Color information
#951CFD (or 0x951CFD) is known color: Blue Violet. HEX triplet: 95, 1C and FD. RGB value is (149,28,253). Sum of RGB (Red+Green+Blue) = 149+28+253=430 (56% of max value = 765). Red value is 149 (58.59% from 255 or 34.65% from 430); Green value is 28 (11.33% from 255 or 6.51% from 430); Blue value is 253 (99.22% from 255 or 58.84% from 430); Max value from RGB is 253 - color contains mainly: blue. Hex color #951CFD is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #951CFD is #6AE302. Grayscale: #595959. Windows color (decimal): -7004931 or 16587925. OLE color: 16587925.
HSL color Cylindrical-coordinate representation of color #951CFD: hue angle of 272.27º 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 #951CFD is Cyan = 0.41, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 149 | 28 | 253 | - |
| CMYK | 0.41 | 0.89 | 0 | 0.01 |
| HSL | 272.27º | 0.98% | 0.55% | - |
| HSV(B) | 272.27º | 0.89% | 0.99% | - |
| XYZ | 30.54 | 14.31 | 94.08 | - |
| YUV | 89.83 | 220.09 | 170.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 28 | 253 | 0.41 | 0.89 | 0 | 0.01 | 272.27 | 0.98 | 0.55 |
| Hex | 95 | 1C | FD | 29 | 59 | 0 | 1 | 110 | 62 | 37 |
| Octal | 225 | 34 | 375 | 51 | 131 | 0 | 1 | 420 | 142 | 67 |
| Binary | 10010101 | 11100 | 11111101 | 101001 | 1011001 | 0 | 1 | 100010000 | 1100010 | 110111 |
Color Harmonies of #951CFD
Complementary color
Monochromatic Colors of #951CFD
Black with #951CFD
Text Example
Text Example
White with #951CFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #951CFD; }
p { color: rgb(149,28,253); }
H1.HeaderClassName
{
color: #951CFD;
}
.AnyTagClassName
{
color: #951CFD;
}
</style>
background-color css
<style>
a { background-color: #951CFD; }
a { background-color: rgb(149,28,253); }
div.DivClassName
{
background-color: #951CFD;
}
.BgClassName
{
background-color: #951CFD;
}
</style>
border-color css
<style>
span { border-color: #951CFD; }
span { border-color: rgb(149,28,253); }
td.TdClassName
{
border-color: #951CFD;
}
.TagClassName
{
border-color: #951CFD;
}
</style>