Shades of True V #8369D1
Tints of True V #8369D1
RGB
CMYK
RGB Variations
Color information
#8369D1 (or 0x8369D1) is known color: True V. HEX triplet: 83, 69 and D1. RGB value is (131,105,209). Sum of RGB (Red+Green+Blue) = 131+105+209=445 (58% of max value = 765). Red value is 131 (51.56% from 255 or 29.44% from 445); Green value is 105 (41.41% from 255 or 23.60% from 445); Blue value is 209 (82.03% from 255 or 46.97% from 445); Max value from RGB is 209 - color contains mainly: blue. Hex color #8369D1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8369D1 is #7C962E. Grayscale: #7C7C7C. Windows color (decimal): -8164911 or 13724035. OLE color: 13724035.
HSL color Cylindrical-coordinate representation of color #8369D1: hue angle of 255º degrees, saturation: 0.53, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #8369D1 is Cyan = 0.37, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 131 | 105 | 209 | - |
| CMYK | 0.37 | 0.50 | 0 | 0.18 |
| HSL | 255º | 0.53% | 0.62% | - |
| HSV(B) | 255º | 0.5% | 0.82% | - |
| XYZ | 25.92 | 19.53 | 62.73 | - |
| YUV | 124.63 | 175.61 | 132.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 105 | 209 | 0.37 | 0.50 | 0 | 0.18 | 255 | 0.53 | 0.62 |
| Hex | 83 | 69 | D1 | 25 | 32 | 0 | 12 | FF | 35 | 3E |
| Octal | 203 | 151 | 321 | 45 | 62 | 0 | 22 | 377 | 65 | 76 |
| Binary | 10000011 | 1101001 | 11010001 | 100101 | 110010 | 0 | 10010 | 11111111 | 110101 | 111110 |
Color Harmonies of #8369D1
Complementary color
Monochromatic Colors of #8369D1
Black with #8369D1
Text Example
Text Example
White with #8369D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8369D1; }
p { color: rgb(131,105,209); }
H1.HeaderClassName
{
color: #8369D1;
}
.AnyTagClassName
{
color: #8369D1;
}
</style>
background-color css
<style>
a { background-color: #8369D1; }
a { background-color: rgb(131,105,209); }
div.DivClassName
{
background-color: #8369D1;
}
.BgClassName
{
background-color: #8369D1;
}
</style>
border-color css
<style>
span { border-color: #8369D1; }
span { border-color: rgb(131,105,209); }
td.TdClassName
{
border-color: #8369D1;
}
.TagClassName
{
border-color: #8369D1;
}
</style>