Shades of Blue Violet #961CDA
Tints of Blue Violet #961CDA
RGB
CMYK
RGB Variations
Color information
#961CDA (or 0x961CDA) is known color: Blue Violet. HEX triplet: 96, 1C and DA. RGB value is (150,28,218). Sum of RGB (Red+Green+Blue) = 150+28+218=396 (52% of max value = 765). Red value is 150 (58.98% from 255 or 37.88% from 396); Green value is 28 (11.33% from 255 or 7.07% from 396); Blue value is 218 (85.55% from 255 or 55.05% from 396); Max value from RGB is 218 - color contains mainly: blue. Hex color #961CDA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #961CDA is #69E325. Grayscale: #555555. Windows color (decimal): -6939430 or 14294166. OLE color: 14294166.
HSL color Cylindrical-coordinate representation of color #961CDA: hue angle of 278.53º degrees, saturation: 0.77, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #961CDA is Cyan = 0.31, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 150 | 28 | 218 | - |
| CMYK | 0.31 | 0.87 | 0 | 0.15 |
| HSL | 278.53º | 0.77% | 0.48% | - |
| HSV(B) | 278.53º | 0.87% | 0.85% | - |
| XYZ | 25.65 | 12.38 | 67.37 | - |
| YUV | 86.14 | 202.42 | 173.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 28 | 218 | 0.31 | 0.87 | 0 | 0.15 | 278.53 | 0.77 | 0.48 |
| Hex | 96 | 1C | DA | 1F | 57 | 0 | F | 117 | 4D | 30 |
| Octal | 226 | 34 | 332 | 37 | 127 | 0 | 17 | 427 | 115 | 60 |
| Binary | 10010110 | 11100 | 11011010 | 11111 | 1010111 | 0 | 1111 | 100010111 | 1001101 | 110000 |
Color Harmonies of #961CDA
Complementary color
Monochromatic Colors of #961CDA
Black with #961CDA
Text Example
Text Example
White with #961CDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #961CDA; }
p { color: rgb(150,28,218); }
H1.HeaderClassName
{
color: #961CDA;
}
.AnyTagClassName
{
color: #961CDA;
}
</style>
background-color css
<style>
a { background-color: #961CDA; }
a { background-color: rgb(150,28,218); }
div.DivClassName
{
background-color: #961CDA;
}
.BgClassName
{
background-color: #961CDA;
}
</style>
border-color css
<style>
span { border-color: #961CDA; }
span { border-color: rgb(150,28,218); }
td.TdClassName
{
border-color: #961CDA;
}
.TagClassName
{
border-color: #961CDA;
}
</style>