Shades of Blue Violet #953CE6
Tints of Blue Violet #953CE6
RGB
CMYK
RGB Variations
Color information
#953CE6 (or 0x953CE6) is known color: Blue Violet. HEX triplet: 95, 3C and E6. RGB value is (149,60,230). Sum of RGB (Red+Green+Blue) = 149+60+230=439 (58% of max value = 765). Red value is 149 (58.59% from 255 or 33.94% from 439); Green value is 60 (23.83% from 255 or 13.67% from 439); Blue value is 230 (90.23% from 255 or 52.39% from 439); Max value from RGB is 230 - color contains mainly: blue. Hex color #953CE6 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #953CE6 is #6AC319. Grayscale: #696969. Windows color (decimal): -6996762 or 15088789. OLE color: 15088789.
HSL color Cylindrical-coordinate representation of color #953CE6: hue angle of 271.41º degrees, saturation: 0.77, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #953CE6 is Cyan = 0.35, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 149 | 60 | 230 | - |
| CMYK | 0.35 | 0.74 | 0 | 0.10 |
| HSL | 271.41º | 0.77% | 0.57% | - |
| HSV(B) | 271.41º | 0.74% | 0.9% | - |
| XYZ | 28.29 | 15.33 | 76.33 | - |
| YUV | 105.99 | 197.99 | 158.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 60 | 230 | 0.35 | 0.74 | 0 | 0.10 | 271.41 | 0.77 | 0.57 |
| Hex | 95 | 3C | E6 | 23 | 4A | 0 | A | 10F | 4D | 39 |
| Octal | 225 | 74 | 346 | 43 | 112 | 0 | 12 | 417 | 115 | 71 |
| Binary | 10010101 | 111100 | 11100110 | 100011 | 1001010 | 0 | 1010 | 100001111 | 1001101 | 111001 |
Color Harmonies of #953CE6
Complementary color
Monochromatic Colors of #953CE6
Black with #953CE6
Text Example
Text Example
White with #953CE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #953CE6; }
p { color: rgb(149,60,230); }
H1.HeaderClassName
{
color: #953CE6;
}
.AnyTagClassName
{
color: #953CE6;
}
</style>
background-color css
<style>
a { background-color: #953CE6; }
a { background-color: rgb(149,60,230); }
div.DivClassName
{
background-color: #953CE6;
}
.BgClassName
{
background-color: #953CE6;
}
</style>
border-color css
<style>
span { border-color: #953CE6; }
span { border-color: rgb(149,60,230); }
td.TdClassName
{
border-color: #953CE6;
}
.TagClassName
{
border-color: #953CE6;
}
</style>