Shades of True V #9776CE
Tints of True V #9776CE
RGB
CMYK
RGB Variations
Color information
#9776CE (or 0x9776CE) is known color: True V. HEX triplet: 97, 76 and CE. RGB value is (151,118,206). Sum of RGB (Red+Green+Blue) = 151+118+206=475 (62% of max value = 765). Red value is 151 (59.38% from 255 or 31.79% from 475); Green value is 118 (46.48% from 255 or 24.84% from 475); Blue value is 206 (80.86% from 255 or 43.37% from 475); Max value from RGB is 206 - color contains mainly: blue. Hex color #9776CE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9776CE is #688931. Grayscale: #898989. Windows color (decimal): -6850866 or 13530775. OLE color: 13530775.
HSL color Cylindrical-coordinate representation of color #9776CE: hue angle of 262.5º degrees, saturation: 0.47, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #9776CE is Cyan = 0.27, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 151 | 118 | 206 | - |
| CMYK | 0.27 | 0.43 | 0 | 0.19 |
| HSL | 262.5º | 0.47% | 0.64% | - |
| HSV(B) | 262.5º | 0.43% | 0.81% | - |
| XYZ | 30.38 | 23.99 | 61.42 | - |
| YUV | 137.9 | 166.43 | 137.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 118 | 206 | 0.27 | 0.43 | 0 | 0.19 | 262.5 | 0.47 | 0.64 |
| Hex | 97 | 76 | CE | 1B | 2B | 0 | 13 | 106 | 2F | 40 |
| Octal | 227 | 166 | 316 | 33 | 53 | 0 | 23 | 406 | 57 | 100 |
| Binary | 10010111 | 1110110 | 11001110 | 11011 | 101011 | 0 | 10011 | 100000110 | 101111 | 1000000 |
Color Harmonies of #9776CE
Complementary color
Monochromatic Colors of #9776CE
Black with #9776CE
Text Example
Text Example
White with #9776CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9776CE; }
p { color: rgb(151,118,206); }
H1.HeaderClassName
{
color: #9776CE;
}
.AnyTagClassName
{
color: #9776CE;
}
</style>
background-color css
<style>
a { background-color: #9776CE; }
a { background-color: rgb(151,118,206); }
div.DivClassName
{
background-color: #9776CE;
}
.BgClassName
{
background-color: #9776CE;
}
</style>
border-color css
<style>
span { border-color: #9776CE; }
span { border-color: rgb(151,118,206); }
td.TdClassName
{
border-color: #9776CE;
}
.TagClassName
{
border-color: #9776CE;
}
</style>