Shades of Blue Violet #952FFC
Tints of Blue Violet #952FFC
RGB
CMYK
RGB Variations
Color information
#952FFC (or 0x952FFC) is known color: Blue Violet. HEX triplet: 95, 2F and FC. RGB value is (149,47,252). Sum of RGB (Red+Green+Blue) = 149+47+252=448 (59% of max value = 765). Red value is 149 (58.59% from 255 or 33.26% from 448); Green value is 47 (18.75% from 255 or 10.49% from 448); Blue value is 252 (98.83% from 255 or 56.25% from 448); Max value from RGB is 252 - color contains mainly: blue. Hex color #952FFC is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #952FFC is #6AD003. Grayscale: #646464. Windows color (decimal): -7000068 or 16527253. OLE color: 16527253.
HSL color Cylindrical-coordinate representation of color #952FFC: hue angle of 269.85º degrees, saturation: 0.97, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #952FFC is Cyan = 0.41, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 149 | 47 | 252 | - |
| CMYK | 0.41 | 0.81 | 0 | 0.01 |
| HSL | 269.85º | 0.97% | 0.59% | - |
| HSV(B) | 269.85º | 0.81% | 0.99% | - |
| XYZ | 30.98 | 15.45 | 93.44 | - |
| YUV | 100.87 | 213.29 | 162.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 47 | 252 | 0.41 | 0.81 | 0 | 0.01 | 269.85 | 0.97 | 0.59 |
| Hex | 95 | 2F | FC | 29 | 51 | 0 | 1 | 10E | 61 | 3B |
| Octal | 225 | 57 | 374 | 51 | 121 | 0 | 1 | 416 | 141 | 73 |
| Binary | 10010101 | 101111 | 11111100 | 101001 | 1010001 | 0 | 1 | 100001110 | 1100001 | 111011 |
Color Harmonies of #952FFC
Complementary color
Monochromatic Colors of #952FFC
Black with #952FFC
Text Example
Text Example
White with #952FFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #952FFC; }
p { color: rgb(149,47,252); }
H1.HeaderClassName
{
color: #952FFC;
}
.AnyTagClassName
{
color: #952FFC;
}
</style>
background-color css
<style>
a { background-color: #952FFC; }
a { background-color: rgb(149,47,252); }
div.DivClassName
{
background-color: #952FFC;
}
.BgClassName
{
background-color: #952FFC;
}
</style>
border-color css
<style>
span { border-color: #952FFC; }
span { border-color: rgb(149,47,252); }
td.TdClassName
{
border-color: #952FFC;
}
.TagClassName
{
border-color: #952FFC;
}
</style>