Shades of True V #8368BC
Tints of True V #8368BC
RGB
CMYK
RGB Variations
Color information
#8368BC (or 0x8368BC) is known color: True V. HEX triplet: 83, 68 and BC. RGB value is (131,104,188). Sum of RGB (Red+Green+Blue) = 131+104+188=423 (56% of max value = 765). Red value is 131 (51.56% from 255 or 30.97% from 423); Green value is 104 (41.02% from 255 or 24.59% from 423); Blue value is 188 (73.83% from 255 or 44.44% from 423); Max value from RGB is 188 - color contains mainly: blue. Hex color #8368BC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8368BC is #7C9743. Grayscale: #797979. Windows color (decimal): -8165188 or 12347523. OLE color: 12347523.
HSL color Cylindrical-coordinate representation of color #8368BC: hue angle of 259.29º degrees, saturation: 0.39, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #8368BC is Cyan = 0.30, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 131 | 104 | 188 | - |
| CMYK | 0.30 | 0.45 | 0 | 0.26 |
| HSL | 259.29º | 0.39% | 0.57% | - |
| HSV(B) | 259.29º | 0.45% | 0.74% | - |
| XYZ | 23.39 | 18.36 | 49.89 | - |
| YUV | 121.65 | 165.45 | 134.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 104 | 188 | 0.30 | 0.45 | 0 | 0.26 | 259.29 | 0.39 | 0.57 |
| Hex | 83 | 68 | BC | 1E | 2D | 0 | 1A | 103 | 27 | 39 |
| Octal | 203 | 150 | 274 | 36 | 55 | 0 | 32 | 403 | 47 | 71 |
| Binary | 10000011 | 1101000 | 10111100 | 11110 | 101101 | 0 | 11010 | 100000011 | 100111 | 111001 |
Color Harmonies of #8368BC
Complementary color
Monochromatic Colors of #8368BC
Black with #8368BC
Text Example
Text Example
White with #8368BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8368BC; }
p { color: rgb(131,104,188); }
H1.HeaderClassName
{
color: #8368BC;
}
.AnyTagClassName
{
color: #8368BC;
}
</style>
background-color css
<style>
a { background-color: #8368BC; }
a { background-color: rgb(131,104,188); }
div.DivClassName
{
background-color: #8368BC;
}
.BgClassName
{
background-color: #8368BC;
}
</style>
border-color css
<style>
span { border-color: #8368BC; }
span { border-color: rgb(131,104,188); }
td.TdClassName
{
border-color: #8368BC;
}
.TagClassName
{
border-color: #8368BC;
}
</style>