Shades of Blue Violet #953CEF
Tints of Blue Violet #953CEF
RGB
CMYK
RGB Variations
Color information
#953CEF (or 0x953CEF) is known color: Blue Violet. HEX triplet: 95, 3C and EF. RGB value is (149,60,239). Sum of RGB (Red+Green+Blue) = 149+60+239=448 (59% of max value = 765). Red value is 149 (58.59% from 255 or 33.26% from 448); Green value is 60 (23.83% from 255 or 13.39% from 448); Blue value is 239 (93.75% from 255 or 53.35% from 448); Max value from RGB is 239 - color contains mainly: blue. Hex color #953CEF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #953CEF is #6AC310. Grayscale: #6A6A6A. Windows color (decimal): -6996753 or 15678613. OLE color: 15678613.
HSL color Cylindrical-coordinate representation of color #953CEF: hue angle of 269.83º degrees, saturation: 0.85, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #953CEF is Cyan = 0.38, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 149 | 60 | 239 | - |
| CMYK | 0.38 | 0.75 | 0 | 0.06 |
| HSL | 269.83º | 0.85% | 0.59% | - |
| HSV(B) | 269.83º | 0.75% | 0.94% | - |
| XYZ | 29.59 | 15.85 | 83.16 | - |
| YUV | 107.02 | 202.49 | 157.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 60 | 239 | 0.38 | 0.75 | 0 | 0.06 | 269.83 | 0.85 | 0.59 |
| Hex | 95 | 3C | EF | 26 | 4B | 0 | 6 | 10E | 55 | 3B |
| Octal | 225 | 74 | 357 | 46 | 113 | 0 | 6 | 416 | 125 | 73 |
| Binary | 10010101 | 111100 | 11101111 | 100110 | 1001011 | 0 | 110 | 100001110 | 1010101 | 111011 |
Color Harmonies of #953CEF
Complementary color
Monochromatic Colors of #953CEF
Black with #953CEF
Text Example
Text Example
White with #953CEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #953CEF; }
p { color: rgb(149,60,239); }
H1.HeaderClassName
{
color: #953CEF;
}
.AnyTagClassName
{
color: #953CEF;
}
</style>
background-color css
<style>
a { background-color: #953CEF; }
a { background-color: rgb(149,60,239); }
div.DivClassName
{
background-color: #953CEF;
}
.BgClassName
{
background-color: #953CEF;
}
</style>
border-color css
<style>
span { border-color: #953CEF; }
span { border-color: rgb(149,60,239); }
td.TdClassName
{
border-color: #953CEF;
}
.TagClassName
{
border-color: #953CEF;
}
</style>