Shades of Blue Violet #951EDA
Tints of Blue Violet #951EDA
RGB
CMYK
RGB Variations
Color information
#951EDA (or 0x951EDA) is known color: Blue Violet. HEX triplet: 95, 1E and DA. RGB value is (149,30,218). Sum of RGB (Red+Green+Blue) = 149+30+218=397 (52% of max value = 765). Red value is 149 (58.59% from 255 or 37.53% from 397); Green value is 30 (12.11% from 255 or 7.56% from 397); Blue value is 218 (85.55% from 255 or 54.91% from 397); Max value from RGB is 218 - color contains mainly: blue. Hex color #951EDA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #951EDA is #6AE125. Grayscale: #565656. Windows color (decimal): -7004454 or 14294677. OLE color: 14294677.
HSL color Cylindrical-coordinate representation of color #951EDA: hue angle of 277.98º degrees, saturation: 0.76, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #951EDA is Cyan = 0.32, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 149 | 30 | 218 | - |
| CMYK | 0.32 | 0.86 | 0 | 0.15 |
| HSL | 277.98º | 0.76% | 0.49% | - |
| HSV(B) | 277.98º | 0.86% | 0.85% | - |
| XYZ | 25.51 | 12.38 | 67.37 | - |
| YUV | 87.01 | 201.92 | 172.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 30 | 218 | 0.32 | 0.86 | 0 | 0.15 | 277.98 | 0.76 | 0.49 |
| Hex | 95 | 1E | DA | 20 | 56 | 0 | F | 116 | 4C | 31 |
| Octal | 225 | 36 | 332 | 40 | 126 | 0 | 17 | 426 | 114 | 61 |
| Binary | 10010101 | 11110 | 11011010 | 100000 | 1010110 | 0 | 1111 | 100010110 | 1001100 | 110001 |
Color Harmonies of #951EDA
Complementary color
Monochromatic Colors of #951EDA
Black with #951EDA
Text Example
Text Example
White with #951EDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #951EDA; }
p { color: rgb(149,30,218); }
H1.HeaderClassName
{
color: #951EDA;
}
.AnyTagClassName
{
color: #951EDA;
}
</style>
background-color css
<style>
a { background-color: #951EDA; }
a { background-color: rgb(149,30,218); }
div.DivClassName
{
background-color: #951EDA;
}
.BgClassName
{
background-color: #951EDA;
}
</style>
border-color css
<style>
span { border-color: #951EDA; }
span { border-color: rgb(149,30,218); }
td.TdClassName
{
border-color: #951EDA;
}
.TagClassName
{
border-color: #951EDA;
}
</style>