Shades of True V #9677CF
Tints of True V #9677CF
RGB
CMYK
RGB Variations
Color information
#9677CF (or 0x9677CF) is known color: True V. HEX triplet: 96, 77 and CF. RGB value is (150,119,207). Sum of RGB (Red+Green+Blue) = 150+119+207=476 (63% of max value = 765). Red value is 150 (58.98% from 255 or 31.51% from 476); Green value is 119 (46.88% from 255 or 25% from 476); Blue value is 207 (81.25% from 255 or 43.49% from 476); Max value from RGB is 207 - color contains mainly: blue. Hex color #9677CF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9677CF is #698830. Grayscale: #898989. Windows color (decimal): -6916145 or 13596566. OLE color: 13596566.
HSL color Cylindrical-coordinate representation of color #9677CF: hue angle of 261.14º degrees, saturation: 0.48, 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 #9677CF is Cyan = 0.28, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 150 | 119 | 207 | - |
| CMYK | 0.28 | 0.43 | 0 | 0.19 |
| HSL | 261.14º | 0.48% | 0.64% | - |
| HSV(B) | 261.14º | 0.43% | 0.81% | - |
| XYZ | 30.44 | 24.18 | 62.1 | - |
| YUV | 138.3 | 166.77 | 136.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 119 | 207 | 0.28 | 0.43 | 0 | 0.19 | 261.14 | 0.48 | 0.64 |
| Hex | 96 | 77 | CF | 1C | 2B | 0 | 13 | 105 | 30 | 40 |
| Octal | 226 | 167 | 317 | 34 | 53 | 0 | 23 | 405 | 60 | 100 |
| Binary | 10010110 | 1110111 | 11001111 | 11100 | 101011 | 0 | 10011 | 100000101 | 110000 | 1000000 |
Color Harmonies of #9677CF
Complementary color
Monochromatic Colors of #9677CF
Black with #9677CF
Text Example
Text Example
White with #9677CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9677CF; }
p { color: rgb(150,119,207); }
H1.HeaderClassName
{
color: #9677CF;
}
.AnyTagClassName
{
color: #9677CF;
}
</style>
background-color css
<style>
a { background-color: #9677CF; }
a { background-color: rgb(150,119,207); }
div.DivClassName
{
background-color: #9677CF;
}
.BgClassName
{
background-color: #9677CF;
}
</style>
border-color css
<style>
span { border-color: #9677CF; }
span { border-color: rgb(150,119,207); }
td.TdClassName
{
border-color: #9677CF;
}
.TagClassName
{
border-color: #9677CF;
}
</style>