Shades of Vivid Violet #96438C
Tints of Vivid Violet #96438C
RGB
CMYK
RGB Variations
Color information
#96438C (or 0x96438C) is known color: Vivid Violet. HEX triplet: 96, 43 and 8C. RGB value is (150,67,140). Sum of RGB (Red+Green+Blue) = 150+67+140=357 (47% of max value = 765). Red value is 150 (58.98% from 255 or 42.02% from 357); Green value is 67 (26.56% from 255 or 18.77% from 357); Blue value is 140 (55.08% from 255 or 39.22% from 357); Max value from RGB is 150 - color contains mainly: red. Hex color #96438C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #96438C is #69BC73. Grayscale: #636363. Windows color (decimal): -6929524 or 9192342. OLE color: 9192342.
HSL color Cylindrical-coordinate representation of color #96438C: hue angle of 307.23º degrees, saturation: 0.38, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #96438C is Cyan = 0, Magento = 0.55, Yellow = 0.07 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 67 | 140 | - |
| CMYK | 0 | 0.55 | 0.07 | 0.41 |
| HSL | 307.23º | 0.38% | 0.43% | - |
| HSV(B) | 307.23º | 0.55% | 0.59% | - |
| XYZ | 19.32 | 12.39 | 26.18 | - |
| YUV | 100.14 | 150.5 | 163.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 67 | 140 | 0 | 0.55 | 0.07 | 0.41 | 307.23 | 0.38 | 0.43 |
| Hex | 96 | 43 | 8C | 0 | 37 | 7 | 29 | 133 | 26 | 2B |
| Octal | 226 | 103 | 214 | 0 | 67 | 7 | 51 | 463 | 46 | 53 |
| Binary | 10010110 | 1000011 | 10001100 | 0 | 110111 | 111 | 101001 | 100110011 | 100110 | 101011 |
Color Harmonies of #96438C
Complementary color
Monochromatic Colors of #96438C
Black with #96438C
Text Example
Text Example
White with #96438C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96438C; }
p { color: rgb(150,67,140); }
H1.HeaderClassName
{
color: #96438C;
}
.AnyTagClassName
{
color: #96438C;
}
</style>
background-color css
<style>
a { background-color: #96438C; }
a { background-color: rgb(150,67,140); }
div.DivClassName
{
background-color: #96438C;
}
.BgClassName
{
background-color: #96438C;
}
</style>
border-color css
<style>
span { border-color: #96438C; }
span { border-color: rgb(150,67,140); }
td.TdClassName
{
border-color: #96438C;
}
.TagClassName
{
border-color: #96438C;
}
</style>