Shades of Vivid Violet #963397
Tints of Vivid Violet #963397
RGB
CMYK
RGB Variations
Color information
#963397 (or 0x963397) is known color: Vivid Violet. HEX triplet: 96, 33 and 97. RGB value is (150,51,151). Sum of RGB (Red+Green+Blue) = 150+51+151=352 (46% of max value = 765). Red value is 150 (58.98% from 255 or 42.61% from 352); Green value is 51 (20.31% from 255 or 14.49% from 352); Blue value is 151 (59.38% from 255 or 42.90% from 352); Max value from RGB is 151 - color contains mainly: blue. Hex color #963397 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #963397 is #69CC68. Grayscale: #5B5B5B. Windows color (decimal): -6933609 or 9909142. OLE color: 9909142.
HSL color Cylindrical-coordinate representation of color #963397: hue angle of 299.4º degrees, saturation: 0.5, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #963397 is Cyan = 0.01, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 51 | 151 | - |
| CMYK | 0.01 | 0.66 | 0 | 0.41 |
| HSL | 299.4º | 0.5% | 0.4% | - |
| HSV(B) | 299.4º | 0.66% | 0.59% | - |
| XYZ | 19.35 | 11.09 | 30.4 | - |
| YUV | 92 | 161.3 | 169.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 51 | 151 | 0.01 | 0.66 | 0 | 0.41 | 299.4 | 0.5 | 0.4 |
| Hex | 96 | 33 | 97 | 1 | 42 | 0 | 29 | 12B | 32 | 28 |
| Octal | 226 | 63 | 227 | 1 | 102 | 0 | 51 | 453 | 62 | 50 |
| Binary | 10010110 | 110011 | 10010111 | 1 | 1000010 | 0 | 101001 | 100101011 | 110010 | 101000 |
Color Harmonies of #963397
Complementary color
Monochromatic Colors of #963397
Black with #963397
Text Example
Text Example
White with #963397
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #963397; }
p { color: rgb(150,51,151); }
H1.HeaderClassName
{
color: #963397;
}
.AnyTagClassName
{
color: #963397;
}
</style>
background-color css
<style>
a { background-color: #963397; }
a { background-color: rgb(150,51,151); }
div.DivClassName
{
background-color: #963397;
}
.BgClassName
{
background-color: #963397;
}
</style>
border-color css
<style>
span { border-color: #963397; }
span { border-color: rgb(150,51,151); }
td.TdClassName
{
border-color: #963397;
}
.TagClassName
{
border-color: #963397;
}
</style>