Shades of Blue Violet #953CFD
Tints of Blue Violet #953CFD
RGB
CMYK
RGB Variations
Color information
#953CFD (or 0x953CFD) is known color: Blue Violet. HEX triplet: 95, 3C and FD. RGB value is (149,60,253). Sum of RGB (Red+Green+Blue) = 149+60+253=462 (61% of max value = 765). Red value is 149 (58.59% from 255 or 32.25% from 462); Green value is 60 (23.83% from 255 or 12.99% from 462); Blue value is 253 (99.22% from 255 or 54.76% from 462); Max value from RGB is 253 - color contains mainly: blue. Hex color #953CFD is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #953CFD is #6AC302. Grayscale: #6B6B6B. Windows color (decimal): -6996739 or 16596117. OLE color: 16596117.
HSL color Cylindrical-coordinate representation of color #953CFD: hue angle of 267.67º degrees, saturation: 0.98, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #953CFD is Cyan = 0.41, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 149 | 60 | 253 | - |
| CMYK | 0.41 | 0.76 | 0 | 0.01 |
| HSL | 267.67º | 0.98% | 0.61% | - |
| HSV(B) | 267.67º | 0.76% | 0.99% | - |
| XYZ | 31.74 | 16.71 | 94.48 | - |
| YUV | 108.61 | 209.49 | 156.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 60 | 253 | 0.41 | 0.76 | 0 | 0.01 | 267.67 | 0.98 | 0.61 |
| Hex | 95 | 3C | FD | 29 | 4C | 0 | 1 | 10C | 62 | 3D |
| Octal | 225 | 74 | 375 | 51 | 114 | 0 | 1 | 414 | 142 | 75 |
| Binary | 10010101 | 111100 | 11111101 | 101001 | 1001100 | 0 | 1 | 100001100 | 1100010 | 111101 |
Color Harmonies of #953CFD
Complementary color
Monochromatic Colors of #953CFD
Black with #953CFD
Text Example
Text Example
White with #953CFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #953CFD; }
p { color: rgb(149,60,253); }
H1.HeaderClassName
{
color: #953CFD;
}
.AnyTagClassName
{
color: #953CFD;
}
</style>
background-color css
<style>
a { background-color: #953CFD; }
a { background-color: rgb(149,60,253); }
div.DivClassName
{
background-color: #953CFD;
}
.BgClassName
{
background-color: #953CFD;
}
</style>
border-color css
<style>
span { border-color: #953CFD; }
span { border-color: rgb(149,60,253); }
td.TdClassName
{
border-color: #953CFD;
}
.TagClassName
{
border-color: #953CFD;
}
</style>