Shades of Violet Blue #965792
Tints of Violet Blue #965792
RGB
CMYK
RGB Variations
Color information
#965792 (or 0x965792) is known color: Violet Blue. HEX triplet: 96, 57 and 92. RGB value is (150,87,146). Sum of RGB (Red+Green+Blue) = 150+87+146=383 (50% of max value = 765). Red value is 150 (58.98% from 255 or 39.16% from 383); Green value is 87 (34.38% from 255 or 22.72% from 383); Blue value is 146 (57.42% from 255 or 38.12% from 383); Max value from RGB is 150 - color contains mainly: red. Hex color #965792 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #965792 is #69A86D. Grayscale: #707070. Windows color (decimal): -6924398 or 9590678. OLE color: 9590678.
HSL color Cylindrical-coordinate representation of color #965792: hue angle of 303.81º degrees, saturation: 0.27, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #965792 is Cyan = 0, Magento = 0.42, Yellow = 0.03 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 87 | 146 | - |
| CMYK | 0 | 0.42 | 0.03 | 0.41 |
| HSL | 303.81º | 0.27% | 0.46% | - |
| HSV(B) | 303.81º | 0.42% | 0.59% | - |
| XYZ | 21.17 | 15.38 | 29.05 | - |
| YUV | 112.56 | 146.87 | 154.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 87 | 146 | 0 | 0.42 | 0.03 | 0.41 | 303.81 | 0.27 | 0.46 |
| Hex | 96 | 57 | 92 | 0 | 2A | 3 | 29 | 130 | 1B | 2E |
| Octal | 226 | 127 | 222 | 0 | 52 | 3 | 51 | 460 | 33 | 56 |
| Binary | 10010110 | 1010111 | 10010010 | 0 | 101010 | 11 | 101001 | 100110000 | 11011 | 101110 |
Color Harmonies of #965792
Complementary color
Monochromatic Colors of #965792
Black with #965792
Text Example
Text Example
White with #965792
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #965792; }
p { color: rgb(150,87,146); }
H1.HeaderClassName
{
color: #965792;
}
.AnyTagClassName
{
color: #965792;
}
</style>
background-color css
<style>
a { background-color: #965792; }
a { background-color: rgb(150,87,146); }
div.DivClassName
{
background-color: #965792;
}
.BgClassName
{
background-color: #965792;
}
</style>
border-color css
<style>
span { border-color: #965792; }
span { border-color: rgb(150,87,146); }
td.TdClassName
{
border-color: #965792;
}
.TagClassName
{
border-color: #965792;
}
</style>