Shades of Violet Blue #965B93
Tints of Violet Blue #965B93
RGB
CMYK
RGB Variations
Color information
#965B93 (or 0x965B93) is known color: Violet Blue. HEX triplet: 96, 5B and 93. RGB value is (150,91,147). Sum of RGB (Red+Green+Blue) = 150+91+147=388 (51% of max value = 765). Red value is 150 (58.98% from 255 or 38.66% from 388); Green value is 91 (35.94% from 255 or 23.45% from 388); Blue value is 147 (57.81% from 255 or 37.89% from 388); Max value from RGB is 150 - color contains mainly: red. Hex color #965B93 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #965B93 is #69A46C. Grayscale: #727272. Windows color (decimal): -6923373 or 9657238. OLE color: 9657238.
HSL color Cylindrical-coordinate representation of color #965B93: hue angle of 303.05º degrees, saturation: 0.24, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #965B93 is Cyan = 0, Magento = 0.39, Yellow = 0.02 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 91 | 147 | - |
| CMYK | 0 | 0.39 | 0.02 | 0.41 |
| HSL | 303.05º | 0.24% | 0.47% | - |
| HSV(B) | 303.05º | 0.39% | 0.59% | - |
| XYZ | 21.59 | 16.07 | 29.57 | - |
| YUV | 115.03 | 146.05 | 152.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 91 | 147 | 0 | 0.39 | 0.02 | 0.41 | 303.05 | 0.24 | 0.47 |
| Hex | 96 | 5B | 93 | 0 | 27 | 2 | 29 | 12F | 18 | 2F |
| Octal | 226 | 133 | 223 | 0 | 47 | 2 | 51 | 457 | 30 | 57 |
| Binary | 10010110 | 1011011 | 10010011 | 0 | 100111 | 10 | 101001 | 100101111 | 11000 | 101111 |
Color Harmonies of #965B93
Complementary color
Monochromatic Colors of #965B93
Black with #965B93
Text Example
Text Example
White with #965B93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #965B93; }
p { color: rgb(150,91,147); }
H1.HeaderClassName
{
color: #965B93;
}
.AnyTagClassName
{
color: #965B93;
}
</style>
background-color css
<style>
a { background-color: #965B93; }
a { background-color: rgb(150,91,147); }
div.DivClassName
{
background-color: #965B93;
}
.BgClassName
{
background-color: #965B93;
}
</style>
border-color css
<style>
span { border-color: #965B93; }
span { border-color: rgb(150,91,147); }
td.TdClassName
{
border-color: #965B93;
}
.TagClassName
{
border-color: #965B93;
}
</style>