Shades of Violet Blue #96488C
Tints of Violet Blue #96488C
RGB
CMYK
RGB Variations
Color information
#96488C (or 0x96488C) is known color: Violet Blue. HEX triplet: 96, 48 and 8C. RGB value is (150,72,140). Sum of RGB (Red+Green+Blue) = 150+72+140=362 (47% of max value = 765). Red value is 150 (58.98% from 255 or 41.44% from 362); Green value is 72 (28.52% from 255 or 19.89% from 362); Blue value is 140 (55.08% from 255 or 38.67% from 362); Max value from RGB is 150 - color contains mainly: red. Hex color #96488C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #96488C is #69B773. Grayscale: #666666. Windows color (decimal): -6928244 or 9193622. OLE color: 9193622.
HSL color Cylindrical-coordinate representation of color #96488C: hue angle of 307.69º degrees, saturation: 0.35, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #96488C is Cyan = 0, Magento = 0.52, Yellow = 0.07 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 72 | 140 | - |
| CMYK | 0 | 0.52 | 0.07 | 0.41 |
| HSL | 307.69º | 0.35% | 0.44% | - |
| HSV(B) | 307.69º | 0.52% | 0.59% | - |
| XYZ | 19.63 | 13.01 | 26.29 | - |
| YUV | 103.07 | 148.84 | 161.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 72 | 140 | 0 | 0.52 | 0.07 | 0.41 | 307.69 | 0.35 | 0.44 |
| Hex | 96 | 48 | 8C | 0 | 34 | 7 | 29 | 134 | 23 | 2C |
| Octal | 226 | 110 | 214 | 0 | 64 | 7 | 51 | 464 | 43 | 54 |
| Binary | 10010110 | 1001000 | 10001100 | 0 | 110100 | 111 | 101001 | 100110100 | 100011 | 101100 |
Color Harmonies of #96488C
Complementary color
Monochromatic Colors of #96488C
Black with #96488C
Text Example
Text Example
White with #96488C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96488C; }
p { color: rgb(150,72,140); }
H1.HeaderClassName
{
color: #96488C;
}
.AnyTagClassName
{
color: #96488C;
}
</style>
background-color css
<style>
a { background-color: #96488C; }
a { background-color: rgb(150,72,140); }
div.DivClassName
{
background-color: #96488C;
}
.BgClassName
{
background-color: #96488C;
}
</style>
border-color css
<style>
span { border-color: #96488C; }
span { border-color: rgb(150,72,140); }
td.TdClassName
{
border-color: #96488C;
}
.TagClassName
{
border-color: #96488C;
}
</style>