Shades of Blue Violet #962FFD
Tints of Blue Violet #962FFD
RGB
CMYK
RGB Variations
Color information
#962FFD (or 0x962FFD) is known color: Blue Violet. HEX triplet: 96, 2F and FD. RGB value is (150,47,253). Sum of RGB (Red+Green+Blue) = 150+47+253=450 (59% of max value = 765). Red value is 150 (58.98% from 255 or 33.33% from 450); Green value is 47 (18.75% from 255 or 10.44% from 450); Blue value is 253 (99.22% from 255 or 56.22% from 450); Max value from RGB is 253 - color contains mainly: blue. Hex color #962FFD is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #962FFD is #69D002. Grayscale: #646464. Windows color (decimal): -6934531 or 16592790. OLE color: 16592790.
HSL color Cylindrical-coordinate representation of color #962FFD: hue angle of 270º degrees, saturation: 0.98, 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 #962FFD is Cyan = 0.41, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 150 | 47 | 253 | - |
| CMYK | 0.41 | 0.81 | 0 | 0.01 |
| HSL | 270º | 0.98% | 0.59% | - |
| HSV(B) | 270º | 0.81% | 0.99% | - |
| XYZ | 31.32 | 15.61 | 94.29 | - |
| YUV | 101.28 | 213.62 | 162.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 47 | 253 | 0.41 | 0.81 | 0 | 0.01 | 270 | 0.98 | 0.59 |
| Hex | 96 | 2F | FD | 29 | 51 | 0 | 1 | 10E | 62 | 3B |
| Octal | 226 | 57 | 375 | 51 | 121 | 0 | 1 | 416 | 142 | 73 |
| Binary | 10010110 | 101111 | 11111101 | 101001 | 1010001 | 0 | 1 | 100001110 | 1100010 | 111011 |
Color Harmonies of #962FFD
Complementary color
Monochromatic Colors of #962FFD
Black with #962FFD
Text Example
Text Example
White with #962FFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #962FFD; }
p { color: rgb(150,47,253); }
H1.HeaderClassName
{
color: #962FFD;
}
.AnyTagClassName
{
color: #962FFD;
}
</style>
background-color css
<style>
a { background-color: #962FFD; }
a { background-color: rgb(150,47,253); }
div.DivClassName
{
background-color: #962FFD;
}
.BgClassName
{
background-color: #962FFD;
}
</style>
border-color css
<style>
span { border-color: #962FFD; }
span { border-color: rgb(150,47,253); }
td.TdClassName
{
border-color: #962FFD;
}
.TagClassName
{
border-color: #962FFD;
}
</style>