Shades of Vivid Violet #96428C
Tints of Vivid Violet #96428C
RGB
CMYK
RGB Variations
Color information
#96428C (or 0x96428C) is known color: Vivid Violet. HEX triplet: 96, 42 and 8C. RGB value is (150,66,140). Sum of RGB (Red+Green+Blue) = 150+66+140=356 (47% of max value = 765). Red value is 150 (58.98% from 255 or 42.13% from 356); Green value is 66 (26.17% from 255 or 18.54% from 356); Blue value is 140 (55.08% from 255 or 39.33% from 356); Max value from RGB is 150 - color contains mainly: red. Hex color #96428C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #96428C is #69BD73. Grayscale: #636363. Windows color (decimal): -6929780 or 9192086. OLE color: 9192086.
HSL color Cylindrical-coordinate representation of color #96428C: hue angle of 307.14º degrees, saturation: 0.39, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #96428C is Cyan = 0, Magento = 0.56, Yellow = 0.07 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 66 | 140 | - |
| CMYK | 0 | 0.56 | 0.07 | 0.41 |
| HSL | 307.14º | 0.39% | 0.42% | - |
| HSV(B) | 307.14º | 0.56% | 0.59% | - |
| XYZ | 19.26 | 12.27 | 26.16 | - |
| YUV | 99.55 | 150.83 | 163.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 66 | 140 | 0 | 0.56 | 0.07 | 0.41 | 307.14 | 0.39 | 0.42 |
| Hex | 96 | 42 | 8C | 0 | 38 | 7 | 29 | 133 | 27 | 2A |
| Octal | 226 | 102 | 214 | 0 | 70 | 7 | 51 | 463 | 47 | 52 |
| Binary | 10010110 | 1000010 | 10001100 | 0 | 111000 | 111 | 101001 | 100110011 | 100111 | 101010 |
Color Harmonies of #96428C
Complementary color
Monochromatic Colors of #96428C
Black with #96428C
Text Example
Text Example
White with #96428C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96428C; }
p { color: rgb(150,66,140); }
H1.HeaderClassName
{
color: #96428C;
}
.AnyTagClassName
{
color: #96428C;
}
</style>
background-color css
<style>
a { background-color: #96428C; }
a { background-color: rgb(150,66,140); }
div.DivClassName
{
background-color: #96428C;
}
.BgClassName
{
background-color: #96428C;
}
</style>
border-color css
<style>
span { border-color: #96428C; }
span { border-color: rgb(150,66,140); }
td.TdClassName
{
border-color: #96428C;
}
.TagClassName
{
border-color: #96428C;
}
</style>