Shades of True V #8366CE
Tints of True V #8366CE
RGB
CMYK
RGB Variations
Color information
#8366CE (or 0x8366CE) is known color: True V. HEX triplet: 83, 66 and CE. RGB value is (131,102,206). Sum of RGB (Red+Green+Blue) = 131+102+206=439 (58% of max value = 765). Red value is 131 (51.56% from 255 or 29.84% from 439); Green value is 102 (40.23% from 255 or 23.23% from 439); Blue value is 206 (80.86% from 255 or 46.92% from 439); Max value from RGB is 206 - color contains mainly: blue. Hex color #8366CE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8366CE is #7C9931. Grayscale: #7A7A7A. Windows color (decimal): -8165682 or 13526659. OLE color: 13526659.
HSL color Cylindrical-coordinate representation of color #8366CE: hue angle of 256.73º degrees, saturation: 0.51, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #8366CE is Cyan = 0.36, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 131 | 102 | 206 | - |
| CMYK | 0.36 | 0.50 | 0 | 0.19 |
| HSL | 256.73º | 0.51% | 0.6% | - |
| HSV(B) | 256.73º | 0.5% | 0.81% | - |
| XYZ | 25.25 | 18.78 | 60.69 | - |
| YUV | 122.53 | 175.11 | 134.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 102 | 206 | 0.36 | 0.50 | 0 | 0.19 | 256.73 | 0.51 | 0.6 |
| Hex | 83 | 66 | CE | 24 | 32 | 0 | 13 | 101 | 33 | 3C |
| Octal | 203 | 146 | 316 | 44 | 62 | 0 | 23 | 401 | 63 | 74 |
| Binary | 10000011 | 1100110 | 11001110 | 100100 | 110010 | 0 | 10011 | 100000001 | 110011 | 111100 |
Color Harmonies of #8366CE
Complementary color
Monochromatic Colors of #8366CE
Black with #8366CE
Text Example
Text Example
White with #8366CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8366CE; }
p { color: rgb(131,102,206); }
H1.HeaderClassName
{
color: #8366CE;
}
.AnyTagClassName
{
color: #8366CE;
}
</style>
background-color css
<style>
a { background-color: #8366CE; }
a { background-color: rgb(131,102,206); }
div.DivClassName
{
background-color: #8366CE;
}
.BgClassName
{
background-color: #8366CE;
}
</style>
border-color css
<style>
span { border-color: #8366CE; }
span { border-color: rgb(131,102,206); }
td.TdClassName
{
border-color: #8366CE;
}
.TagClassName
{
border-color: #8366CE;
}
</style>