Shades of True V #9682CF
Tints of True V #9682CF
RGB
CMYK
RGB Variations
Color information
#9682CF (or 0x9682CF) is known color: True V. HEX triplet: 96, 82 and CF. RGB value is (150,130,207). Sum of RGB (Red+Green+Blue) = 150+130+207=487 (64% of max value = 765). Red value is 150 (58.98% from 255 or 30.80% from 487); Green value is 130 (51.17% from 255 or 26.69% from 487); Blue value is 207 (81.25% from 255 or 42.51% from 487); Max value from RGB is 207 - color contains mainly: blue. Hex color #9682CF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9682CF is #697D30. Grayscale: #909090. Windows color (decimal): -6913329 or 13599382. OLE color: 13599382.
HSL color Cylindrical-coordinate representation of color #9682CF: hue angle of 255.58º degrees, saturation: 0.45, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #9682CF is Cyan = 0.28, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 150 | 130 | 207 | - |
| CMYK | 0.28 | 0.37 | 0 | 0.19 |
| HSL | 255.58º | 0.45% | 0.66% | - |
| HSV(B) | 255.58º | 0.37% | 0.81% | - |
| XYZ | 31.82 | 26.95 | 62.56 | - |
| YUV | 144.76 | 163.13 | 131.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 130 | 207 | 0.28 | 0.37 | 0 | 0.19 | 255.58 | 0.45 | 0.66 |
| Hex | 96 | 82 | CF | 1C | 25 | 0 | 13 | 100 | 2D | 42 |
| Octal | 226 | 202 | 317 | 34 | 45 | 0 | 23 | 400 | 55 | 102 |
| Binary | 10010110 | 10000010 | 11001111 | 11100 | 100101 | 0 | 10011 | 100000000 | 101101 | 1000010 |
Color Harmonies of #9682CF
Complementary color
Monochromatic Colors of #9682CF
Black with #9682CF
Text Example
Text Example
White with #9682CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9682CF; }
p { color: rgb(150,130,207); }
H1.HeaderClassName
{
color: #9682CF;
}
.AnyTagClassName
{
color: #9682CF;
}
</style>
background-color css
<style>
a { background-color: #9682CF; }
a { background-color: rgb(150,130,207); }
div.DivClassName
{
background-color: #9682CF;
}
.BgClassName
{
background-color: #9682CF;
}
</style>
border-color css
<style>
span { border-color: #9682CF; }
span { border-color: rgb(150,130,207); }
td.TdClassName
{
border-color: #9682CF;
}
.TagClassName
{
border-color: #9682CF;
}
</style>