Shades of True V #8366CF
Tints of True V #8366CF
RGB
CMYK
RGB Variations
Color information
#8366CF (or 0x8366CF) is known color: True V. HEX triplet: 83, 66 and CF. RGB value is (131,102,207). Sum of RGB (Red+Green+Blue) = 131+102+207=440 (58% of max value = 765). Red value is 131 (51.56% from 255 or 29.77% from 440); Green value is 102 (40.23% from 255 or 23.18% from 440); Blue value is 207 (81.25% from 255 or 47.05% from 440); Max value from RGB is 207 - color contains mainly: blue. Hex color #8366CF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8366CF is #7C9930. Grayscale: #7A7A7A. Windows color (decimal): -8165681 or 13592195. OLE color: 13592195.
HSL color Cylindrical-coordinate representation of color #8366CF: hue angle of 256.57º degrees, saturation: 0.52, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #8366CF is Cyan = 0.37, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 131 | 102 | 207 | - |
| CMYK | 0.37 | 0.51 | 0 | 0.19 |
| HSL | 256.57º | 0.52% | 0.61% | - |
| HSV(B) | 256.57º | 0.51% | 0.81% | - |
| XYZ | 25.37 | 18.83 | 61.33 | - |
| YUV | 122.64 | 175.61 | 133.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 102 | 207 | 0.37 | 0.51 | 0 | 0.19 | 256.57 | 0.52 | 0.61 |
| Hex | 83 | 66 | CF | 25 | 33 | 0 | 13 | 101 | 34 | 3D |
| Octal | 203 | 146 | 317 | 45 | 63 | 0 | 23 | 401 | 64 | 75 |
| Binary | 10000011 | 1100110 | 11001111 | 100101 | 110011 | 0 | 10011 | 100000001 | 110100 | 111101 |
Color Harmonies of #8366CF
Complementary color
Monochromatic Colors of #8366CF
Black with #8366CF
Text Example
Text Example
White with #8366CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8366CF; }
p { color: rgb(131,102,207); }
H1.HeaderClassName
{
color: #8366CF;
}
.AnyTagClassName
{
color: #8366CF;
}
</style>
background-color css
<style>
a { background-color: #8366CF; }
a { background-color: rgb(131,102,207); }
div.DivClassName
{
background-color: #8366CF;
}
.BgClassName
{
background-color: #8366CF;
}
</style>
border-color css
<style>
span { border-color: #8366CF; }
span { border-color: rgb(131,102,207); }
td.TdClassName
{
border-color: #8366CF;
}
.TagClassName
{
border-color: #8366CF;
}
</style>