Shades of True V #9680CB
Tints of True V #9680CB
RGB
CMYK
RGB Variations
Color information
#9680CB (or 0x9680CB) is known color: True V. HEX triplet: 96, 80 and CB. RGB value is (150,128,203). Sum of RGB (Red+Green+Blue) = 150+128+203=481 (63% of max value = 765). Red value is 150 (58.98% from 255 or 31.19% from 481); Green value is 128 (50.39% from 255 or 26.61% from 481); Blue value is 203 (79.69% from 255 or 42.20% from 481); Max value from RGB is 203 - color contains mainly: blue. Hex color #9680CB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9680CB is #697F34. Grayscale: #8E8E8E. Windows color (decimal): -6913845 or 13336726. OLE color: 13336726.
HSL color Cylindrical-coordinate representation of color #9680CB: hue angle of 257.6º degrees, saturation: 0.42, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #9680CB is Cyan = 0.26, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 150 | 128 | 203 | - |
| CMYK | 0.26 | 0.37 | 0 | 0.20 |
| HSL | 257.6º | 0.42% | 0.65% | - |
| HSV(B) | 257.6º | 0.37% | 0.8% | - |
| XYZ | 31.08 | 26.23 | 59.93 | - |
| YUV | 143.13 | 161.79 | 132.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 128 | 203 | 0.26 | 0.37 | 0 | 0.20 | 257.6 | 0.42 | 0.65 |
| Hex | 96 | 80 | CB | 1A | 25 | 0 | 14 | 102 | 2A | 41 |
| Octal | 226 | 200 | 313 | 32 | 45 | 0 | 24 | 402 | 52 | 101 |
| Binary | 10010110 | 10000000 | 11001011 | 11010 | 100101 | 0 | 10100 | 100000010 | 101010 | 1000001 |
Color Harmonies of #9680CB
Complementary color
Monochromatic Colors of #9680CB
Black with #9680CB
Text Example
Text Example
White with #9680CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9680CB; }
p { color: rgb(150,128,203); }
H1.HeaderClassName
{
color: #9680CB;
}
.AnyTagClassName
{
color: #9680CB;
}
</style>
background-color css
<style>
a { background-color: #9680CB; }
a { background-color: rgb(150,128,203); }
div.DivClassName
{
background-color: #9680CB;
}
.BgClassName
{
background-color: #9680CB;
}
</style>
border-color css
<style>
span { border-color: #9680CB; }
span { border-color: rgb(150,128,203); }
td.TdClassName
{
border-color: #9680CB;
}
.TagClassName
{
border-color: #9680CB;
}
</style>