Shades of True V #9676CF
Tints of True V #9676CF
RGB
CMYK
RGB Variations
Color information
#9676CF (or 0x9676CF) is known color: True V. HEX triplet: 96, 76 and CF. RGB value is (150,118,207). Sum of RGB (Red+Green+Blue) = 150+118+207=475 (62% of max value = 765). Red value is 150 (58.98% from 255 or 31.58% from 475); Green value is 118 (46.48% from 255 or 24.84% from 475); Blue value is 207 (81.25% from 255 or 43.58% from 475); Max value from RGB is 207 - color contains mainly: blue. Hex color #9676CF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9676CF is #698930. Grayscale: #898989. Windows color (decimal): -6916401 or 13596310. OLE color: 13596310.
HSL color Cylindrical-coordinate representation of color #9676CF: hue angle of 261.57º 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 #9676CF is Cyan = 0.28, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 150 | 118 | 207 | - |
| CMYK | 0.28 | 0.43 | 0 | 0.19 |
| HSL | 261.57º | 0.48% | 0.64% | - |
| HSV(B) | 261.57º | 0.43% | 0.81% | - |
| XYZ | 30.32 | 23.95 | 62.06 | - |
| YUV | 137.71 | 167.1 | 136.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 118 | 207 | 0.28 | 0.43 | 0 | 0.19 | 261.57 | 0.48 | 0.64 |
| Hex | 96 | 76 | CF | 1C | 2B | 0 | 13 | 106 | 30 | 40 |
| Octal | 226 | 166 | 317 | 34 | 53 | 0 | 23 | 406 | 60 | 100 |
| Binary | 10010110 | 1110110 | 11001111 | 11100 | 101011 | 0 | 10011 | 100000110 | 110000 | 1000000 |
Color Harmonies of #9676CF
Complementary color
Monochromatic Colors of #9676CF
Black with #9676CF
Text Example
Text Example
White with #9676CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9676CF; }
p { color: rgb(150,118,207); }
H1.HeaderClassName
{
color: #9676CF;
}
.AnyTagClassName
{
color: #9676CF;
}
</style>
background-color css
<style>
a { background-color: #9676CF; }
a { background-color: rgb(150,118,207); }
div.DivClassName
{
background-color: #9676CF;
}
.BgClassName
{
background-color: #9676CF;
}
</style>
border-color css
<style>
span { border-color: #9676CF; }
span { border-color: rgb(150,118,207); }
td.TdClassName
{
border-color: #9676CF;
}
.TagClassName
{
border-color: #9676CF;
}
</style>