Shades of Violet Blue #965398
Tints of Violet Blue #965398
RGB
CMYK
RGB Variations
Color information
#965398 (or 0x965398) is known color: Violet Blue. HEX triplet: 96, 53 and 98. RGB value is (150,83,152). Sum of RGB (Red+Green+Blue) = 150+83+152=385 (50% of max value = 765). Red value is 150 (58.98% from 255 or 38.96% from 385); Green value is 83 (32.81% from 255 or 21.56% from 385); Blue value is 152 (59.77% from 255 or 39.48% from 385); Max value from RGB is 152 - color contains mainly: blue. Hex color #965398 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #965398 is #69AC67. Grayscale: #6E6E6E. Windows color (decimal): -6925416 or 9982870. OLE color: 9982870.
HSL color Cylindrical-coordinate representation of color #965398: hue angle of 298.26º degrees, saturation: 0.29, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #965398 is Cyan = 0.01, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 150 | 83 | 152 | - |
| CMYK | 0.01 | 0.45 | 0 | 0.40 |
| HSL | 298.26º | 0.29% | 0.46% | - |
| HSV(B) | 298.26º | 0.45% | 0.6% | - |
| XYZ | 21.34 | 14.94 | 31.46 | - |
| YUV | 110.9 | 151.2 | 155.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 83 | 152 | 0.01 | 0.45 | 0 | 0.40 | 298.26 | 0.29 | 0.46 |
| Hex | 96 | 53 | 98 | 1 | 2D | 0 | 28 | 12A | 1D | 2E |
| Octal | 226 | 123 | 230 | 1 | 55 | 0 | 50 | 452 | 35 | 56 |
| Binary | 10010110 | 1010011 | 10011000 | 1 | 101101 | 0 | 101000 | 100101010 | 11101 | 101110 |
Color Harmonies of #965398
Complementary color
Monochromatic Colors of #965398
Black with #965398
Text Example
Text Example
White with #965398
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #965398; }
p { color: rgb(150,83,152); }
H1.HeaderClassName
{
color: #965398;
}
.AnyTagClassName
{
color: #965398;
}
</style>
background-color css
<style>
a { background-color: #965398; }
a { background-color: rgb(150,83,152); }
div.DivClassName
{
background-color: #965398;
}
.BgClassName
{
background-color: #965398;
}
</style>
border-color css
<style>
span { border-color: #965398; }
span { border-color: rgb(150,83,152); }
td.TdClassName
{
border-color: #965398;
}
.TagClassName
{
border-color: #965398;
}
</style>