Shades of Blue Violet #952BFF
Tints of Blue Violet #952BFF
RGB
CMYK
RGB Variations
Color information
#952BFF (or 0x952BFF) is known color: Blue Violet. HEX triplet: 95, 2B and FF. RGB value is (149,43,255). Sum of RGB (Red+Green+Blue) = 149+43+255=447 (59% of max value = 765). Red value is 149 (58.59% from 255 or 33.33% from 447); Green value is 43 (17.19% from 255 or 9.62% from 447); Blue value is 255 (100% from 255 or 57.05% from 447); Max value from RGB is 255 - color contains mainly: blue. Hex color #952BFF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #952BFF is #6AD400. Grayscale: #626262. Windows color (decimal): -7001089 or 16722837. OLE color: 16722837.
HSL color Cylindrical-coordinate representation of color #952BFF: hue angle of 270º degrees, saturation: 1, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #952BFF is Cyan = 0.42, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 149 | 43 | 255 | - |
| CMYK | 0.42 | 0.83 | 0 | 0 |
| HSL | 270º | 1% | 0.58% | - |
| HSV(B) | 270º | 0.83% | 1% | - |
| XYZ | 31.31 | 15.34 | 95.92 | - |
| YUV | 98.86 | 216.12 | 163.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 43 | 255 | 0.42 | 0.83 | 0 | 0 | 270 | 1 | 0.58 |
| Hex | 95 | 2B | FF | 2A | 53 | 0 | 0 | 10E | 64 | 3A |
| Octal | 225 | 53 | 377 | 52 | 123 | 0 | 0 | 416 | 144 | 72 |
| Binary | 10010101 | 101011 | 11111111 | 101010 | 1010011 | 0 | 0 | 100001110 | 1100100 | 111010 |
Color Harmonies of #952BFF
Complementary color
Monochromatic Colors of #952BFF
Black with #952BFF
Text Example
Text Example
White with #952BFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #952BFF; }
p { color: rgb(149,43,255); }
H1.HeaderClassName
{
color: #952BFF;
}
.AnyTagClassName
{
color: #952BFF;
}
</style>
background-color css
<style>
a { background-color: #952BFF; }
a { background-color: rgb(149,43,255); }
div.DivClassName
{
background-color: #952BFF;
}
.BgClassName
{
background-color: #952BFF;
}
</style>
border-color css
<style>
span { border-color: #952BFF; }
span { border-color: rgb(149,43,255); }
td.TdClassName
{
border-color: #952BFF;
}
.TagClassName
{
border-color: #952BFF;
}
</style>