Shades of Blue Violet #962CFD
Tints of Blue Violet #962CFD
RGB
CMYK
RGB Variations
Color information
#962CFD (or 0x962CFD) is known color: Blue Violet. HEX triplet: 96, 2C and FD. RGB value is (150,44,253). Sum of RGB (Red+Green+Blue) = 150+44+253=447 (59% of max value = 765). Red value is 150 (58.98% from 255 or 33.56% from 447); Green value is 44 (17.58% from 255 or 9.84% from 447); Blue value is 253 (99.22% from 255 or 56.60% from 447); Max value from RGB is 253 - color contains mainly: blue. Hex color #962CFD is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #962CFD is #69D302. Grayscale: #626262. Windows color (decimal): -6935299 or 16592022. OLE color: 16592022.
HSL color Cylindrical-coordinate representation of color #962CFD: hue angle of 270.43º 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 #962CFD is Cyan = 0.41, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 150 | 44 | 253 | - |
| CMYK | 0.41 | 0.83 | 0 | 0.01 |
| HSL | 270.43º | 0.98% | 0.58% | - |
| HSV(B) | 270.43º | 0.83% | 0.99% | - |
| XYZ | 31.21 | 15.38 | 94.25 | - |
| YUV | 99.52 | 214.62 | 164.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 44 | 253 | 0.41 | 0.83 | 0 | 0.01 | 270.43 | 0.98 | 0.58 |
| Hex | 96 | 2C | FD | 29 | 53 | 0 | 1 | 10E | 62 | 3A |
| Octal | 226 | 54 | 375 | 51 | 123 | 0 | 1 | 416 | 142 | 72 |
| Binary | 10010110 | 101100 | 11111101 | 101001 | 1010011 | 0 | 1 | 100001110 | 1100010 | 111010 |
Color Harmonies of #962CFD
Complementary color
Monochromatic Colors of #962CFD
Black with #962CFD
Text Example
Text Example
White with #962CFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #962CFD; }
p { color: rgb(150,44,253); }
H1.HeaderClassName
{
color: #962CFD;
}
.AnyTagClassName
{
color: #962CFD;
}
</style>
background-color css
<style>
a { background-color: #962CFD; }
a { background-color: rgb(150,44,253); }
div.DivClassName
{
background-color: #962CFD;
}
.BgClassName
{
background-color: #962CFD;
}
</style>
border-color css
<style>
span { border-color: #962CFD; }
span { border-color: rgb(150,44,253); }
td.TdClassName
{
border-color: #962CFD;
}
.TagClassName
{
border-color: #962CFD;
}
</style>