Shades of Violet Blue #96508C
Tints of Violet Blue #96508C
RGB
CMYK
RGB Variations
Color information
#96508C (or 0x96508C) is known color: Violet Blue. HEX triplet: 96, 50 and 8C. RGB value is (150,80,140). Sum of RGB (Red+Green+Blue) = 150+80+140=370 (49% of max value = 765). Red value is 150 (58.98% from 255 or 40.54% from 370); Green value is 80 (31.64% from 255 or 21.62% from 370); Blue value is 140 (55.08% from 255 or 37.84% from 370); Max value from RGB is 150 - color contains mainly: red. Hex color #96508C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #96508C is #69AF73. Grayscale: #6B6B6B. Windows color (decimal): -6926196 or 9195670. OLE color: 9195670.
HSL color Cylindrical-coordinate representation of color #96508C: hue angle of 308.57º degrees, saturation: 0.3, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #96508C is Cyan = 0, Magento = 0.47, Yellow = 0.07 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 80 | 140 | - |
| CMYK | 0 | 0.47 | 0.07 | 0.41 |
| HSL | 308.57º | 0.3% | 0.45% | - |
| HSV(B) | 308.57º | 0.47% | 0.59% | - |
| XYZ | 20.18 | 14.11 | 26.47 | - |
| YUV | 107.77 | 146.19 | 158.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 80 | 140 | 0 | 0.47 | 0.07 | 0.41 | 308.57 | 0.3 | 0.45 |
| Hex | 96 | 50 | 8C | 0 | 2F | 7 | 29 | 135 | 1E | 2D |
| Octal | 226 | 120 | 214 | 0 | 57 | 7 | 51 | 465 | 36 | 55 |
| Binary | 10010110 | 1010000 | 10001100 | 0 | 101111 | 111 | 101001 | 100110101 | 11110 | 101101 |
Color Harmonies of #96508C
Complementary color
Monochromatic Colors of #96508C
Black with #96508C
Text Example
Text Example
White with #96508C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96508C; }
p { color: rgb(150,80,140); }
H1.HeaderClassName
{
color: #96508C;
}
.AnyTagClassName
{
color: #96508C;
}
</style>
background-color css
<style>
a { background-color: #96508C; }
a { background-color: rgb(150,80,140); }
div.DivClassName
{
background-color: #96508C;
}
.BgClassName
{
background-color: #96508C;
}
</style>
border-color css
<style>
span { border-color: #96508C; }
span { border-color: rgb(150,80,140); }
td.TdClassName
{
border-color: #96508C;
}
.TagClassName
{
border-color: #96508C;
}
</style>