Shades of True V #8368D3
Tints of True V #8368D3
RGB
CMYK
RGB Variations
Color information
#8368D3 (or 0x8368D3) is known color: True V. HEX triplet: 83, 68 and D3. RGB value is (131,104,211). Sum of RGB (Red+Green+Blue) = 131+104+211=446 (59% of max value = 765). Red value is 131 (51.56% from 255 or 29.37% from 446); Green value is 104 (41.02% from 255 or 23.32% from 446); Blue value is 211 (82.81% from 255 or 47.31% from 446); Max value from RGB is 211 - color contains mainly: blue. Hex color #8368D3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8368D3 is #7C972C. Grayscale: #7B7B7B. Windows color (decimal): -8165165 or 13854851. OLE color: 13854851.
HSL color Cylindrical-coordinate representation of color #8368D3: hue angle of 255.14º degrees, saturation: 0.55, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #8368D3 is Cyan = 0.38, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 131 | 104 | 211 | - |
| CMYK | 0.38 | 0.51 | 0 | 0.17 |
| HSL | 255.14º | 0.55% | 0.62% | - |
| HSV(B) | 255.14º | 0.51% | 0.83% | - |
| XYZ | 26.07 | 19.43 | 64 | - |
| YUV | 124.27 | 176.95 | 132.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 104 | 211 | 0.38 | 0.51 | 0 | 0.17 | 255.14 | 0.55 | 0.62 |
| Hex | 83 | 68 | D3 | 26 | 33 | 0 | 11 | FF | 37 | 3E |
| Octal | 203 | 150 | 323 | 46 | 63 | 0 | 21 | 377 | 67 | 76 |
| Binary | 10000011 | 1101000 | 11010011 | 100110 | 110011 | 0 | 10001 | 11111111 | 110111 | 111110 |
Color Harmonies of #8368D3
Complementary color
Monochromatic Colors of #8368D3
Black with #8368D3
Text Example
Text Example
White with #8368D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8368D3; }
p { color: rgb(131,104,211); }
H1.HeaderClassName
{
color: #8368D3;
}
.AnyTagClassName
{
color: #8368D3;
}
</style>
background-color css
<style>
a { background-color: #8368D3; }
a { background-color: rgb(131,104,211); }
div.DivClassName
{
background-color: #8368D3;
}
.BgClassName
{
background-color: #8368D3;
}
</style>
border-color css
<style>
span { border-color: #8368D3; }
span { border-color: rgb(131,104,211); }
td.TdClassName
{
border-color: #8368D3;
}
.TagClassName
{
border-color: #8368D3;
}
</style>