Shades of Blue Violet #962BFD
Tints of Blue Violet #962BFD
RGB
CMYK
RGB Variations
Color information
#962BFD (or 0x962BFD) is known color: Blue Violet. HEX triplet: 96, 2B and FD. RGB value is (150,43,253). Sum of RGB (Red+Green+Blue) = 150+43+253=446 (59% of max value = 765). Red value is 150 (58.98% from 255 or 33.63% from 446); Green value is 43 (17.19% from 255 or 9.64% from 446); Blue value is 253 (99.22% from 255 or 56.73% from 446); Max value from RGB is 253 - color contains mainly: blue. Hex color #962BFD is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #962BFD is #69D402. Grayscale: #626262. Windows color (decimal): -6935555 or 16591766. OLE color: 16591766.
HSL color Cylindrical-coordinate representation of color #962BFD: hue angle of 270.57º degrees, saturation: 0.98, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #962BFD is Cyan = 0.41, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 150 | 43 | 253 | - |
| CMYK | 0.41 | 0.83 | 0 | 0.01 |
| HSL | 270.57º | 0.98% | 0.58% | - |
| HSV(B) | 270.57º | 0.83% | 0.99% | - |
| XYZ | 31.17 | 15.3 | 94.24 | - |
| YUV | 98.93 | 214.95 | 164.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 43 | 253 | 0.41 | 0.83 | 0 | 0.01 | 270.57 | 0.98 | 0.58 |
| Hex | 96 | 2B | FD | 29 | 53 | 0 | 1 | 10F | 62 | 3A |
| Octal | 226 | 53 | 375 | 51 | 123 | 0 | 1 | 417 | 142 | 72 |
| Binary | 10010110 | 101011 | 11111101 | 101001 | 1010011 | 0 | 1 | 100001111 | 1100010 | 111010 |
Color Harmonies of #962BFD
Complementary color
Monochromatic Colors of #962BFD
Black with #962BFD
Text Example
Text Example
White with #962BFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #962BFD; }
p { color: rgb(150,43,253); }
H1.HeaderClassName
{
color: #962BFD;
}
.AnyTagClassName
{
color: #962BFD;
}
</style>
background-color css
<style>
a { background-color: #962BFD; }
a { background-color: rgb(150,43,253); }
div.DivClassName
{
background-color: #962BFD;
}
.BgClassName
{
background-color: #962BFD;
}
</style>
border-color css
<style>
span { border-color: #962BFD; }
span { border-color: rgb(150,43,253); }
td.TdClassName
{
border-color: #962BFD;
}
.TagClassName
{
border-color: #962BFD;
}
</style>