Shades of True V #9781CE
Tints of True V #9781CE
RGB
CMYK
RGB Variations
Color information
#9781CE (or 0x9781CE) is known color: True V. HEX triplet: 97, 81 and CE. RGB value is (151,129,206). Sum of RGB (Red+Green+Blue) = 151+129+206=486 (64% of max value = 765). Red value is 151 (59.38% from 255 or 31.07% from 486); Green value is 129 (50.78% from 255 or 26.54% from 486); Blue value is 206 (80.86% from 255 or 42.39% from 486); Max value from RGB is 206 - color contains mainly: blue. Hex color #9781CE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9781CE is #687E31. Grayscale: #909090. Windows color (decimal): -6848050 or 13533591. OLE color: 13533591.
HSL color Cylindrical-coordinate representation of color #9781CE: hue angle of 257.14º degrees, saturation: 0.44, 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 #9781CE is Cyan = 0.27, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 151 | 129 | 206 | - |
| CMYK | 0.27 | 0.37 | 0 | 0.19 |
| HSL | 257.14º | 0.44% | 0.66% | - |
| HSV(B) | 257.14º | 0.37% | 0.81% | - |
| XYZ | 31.75 | 26.74 | 61.88 | - |
| YUV | 144.36 | 162.79 | 132.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 129 | 206 | 0.27 | 0.37 | 0 | 0.19 | 257.14 | 0.44 | 0.66 |
| Hex | 97 | 81 | CE | 1B | 25 | 0 | 13 | 101 | 2C | 42 |
| Octal | 227 | 201 | 316 | 33 | 45 | 0 | 23 | 401 | 54 | 102 |
| Binary | 10010111 | 10000001 | 11001110 | 11011 | 100101 | 0 | 10011 | 100000001 | 101100 | 1000010 |
Color Harmonies of #9781CE
Complementary color
Monochromatic Colors of #9781CE
Black with #9781CE
Text Example
Text Example
White with #9781CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9781CE; }
p { color: rgb(151,129,206); }
H1.HeaderClassName
{
color: #9781CE;
}
.AnyTagClassName
{
color: #9781CE;
}
</style>
background-color css
<style>
a { background-color: #9781CE; }
a { background-color: rgb(151,129,206); }
div.DivClassName
{
background-color: #9781CE;
}
.BgClassName
{
background-color: #9781CE;
}
</style>
border-color css
<style>
span { border-color: #9781CE; }
span { border-color: rgb(151,129,206); }
td.TdClassName
{
border-color: #9781CE;
}
.TagClassName
{
border-color: #9781CE;
}
</style>