Shades of Vivid Violet #964397
Tints of Vivid Violet #964397
RGB
CMYK
RGB Variations
Color information
#964397 (or 0x964397) is known color: Vivid Violet. HEX triplet: 96, 43 and 97. RGB value is (150,67,151). Sum of RGB (Red+Green+Blue) = 150+67+151=368 (48% of max value = 765). Red value is 150 (58.98% from 255 or 40.76% from 368); Green value is 67 (26.56% from 255 or 18.21% from 368); Blue value is 151 (59.38% from 255 or 41.03% from 368); Max value from RGB is 151 - color contains mainly: blue. Hex color #964397 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #964397 is #69BC68. Grayscale: #656565. Windows color (decimal): -6929513 or 9913238. OLE color: 9913238.
HSL color Cylindrical-coordinate representation of color #964397: hue angle of 299.29º degrees, saturation: 0.39, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #964397 is Cyan = 0.01, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 67 | 151 | - |
| CMYK | 0.01 | 0.56 | 0 | 0.41 |
| HSL | 299.29º | 0.39% | 0.43% | - |
| HSV(B) | 299.29º | 0.56% | 0.59% | - |
| XYZ | 20.17 | 12.73 | 30.67 | - |
| YUV | 101.39 | 156 | 162.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 67 | 151 | 0.01 | 0.56 | 0 | 0.41 | 299.29 | 0.39 | 0.43 |
| Hex | 96 | 43 | 97 | 1 | 38 | 0 | 29 | 12B | 27 | 2B |
| Octal | 226 | 103 | 227 | 1 | 70 | 0 | 51 | 453 | 47 | 53 |
| Binary | 10010110 | 1000011 | 10010111 | 1 | 111000 | 0 | 101001 | 100101011 | 100111 | 101011 |
Color Harmonies of #964397
Complementary color
Monochromatic Colors of #964397
Black with #964397
Text Example
Text Example
White with #964397
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #964397; }
p { color: rgb(150,67,151); }
H1.HeaderClassName
{
color: #964397;
}
.AnyTagClassName
{
color: #964397;
}
</style>
background-color css
<style>
a { background-color: #964397; }
a { background-color: rgb(150,67,151); }
div.DivClassName
{
background-color: #964397;
}
.BgClassName
{
background-color: #964397;
}
</style>
border-color css
<style>
span { border-color: #964397; }
span { border-color: rgb(150,67,151); }
td.TdClassName
{
border-color: #964397;
}
.TagClassName
{
border-color: #964397;
}
</style>