Shades of True V #8369CB
Tints of True V #8369CB
RGB
CMYK
RGB Variations
Color information
#8369CB (or 0x8369CB) is known color: True V. HEX triplet: 83, 69 and CB. RGB value is (131,105,203). Sum of RGB (Red+Green+Blue) = 131+105+203=439 (58% of max value = 765). Red value is 131 (51.56% from 255 or 29.84% from 439); Green value is 105 (41.41% from 255 or 23.92% from 439); Blue value is 203 (79.69% from 255 or 46.24% from 439); Max value from RGB is 203 - color contains mainly: blue. Hex color #8369CB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8369CB is #7C9634. Grayscale: #7B7B7B. Windows color (decimal): -8164917 or 13330819. OLE color: 13330819.
HSL color Cylindrical-coordinate representation of color #8369CB: hue angle of 255.92º degrees, saturation: 0.49, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #8369CB is Cyan = 0.35, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 131 | 105 | 203 | - |
| CMYK | 0.35 | 0.48 | 0 | 0.20 |
| HSL | 255.92º | 0.49% | 0.6% | - |
| HSV(B) | 255.92º | 0.48% | 0.8% | - |
| XYZ | 25.19 | 19.24 | 58.89 | - |
| YUV | 123.95 | 172.61 | 133.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 105 | 203 | 0.35 | 0.48 | 0 | 0.20 | 255.92 | 0.49 | 0.6 |
| Hex | 83 | 69 | CB | 23 | 30 | 0 | 14 | 100 | 31 | 3C |
| Octal | 203 | 151 | 313 | 43 | 60 | 0 | 24 | 400 | 61 | 74 |
| Binary | 10000011 | 1101001 | 11001011 | 100011 | 110000 | 0 | 10100 | 100000000 | 110001 | 111100 |
Color Harmonies of #8369CB
Complementary color
Monochromatic Colors of #8369CB
Black with #8369CB
Text Example
Text Example
White with #8369CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8369CB; }
p { color: rgb(131,105,203); }
H1.HeaderClassName
{
color: #8369CB;
}
.AnyTagClassName
{
color: #8369CB;
}
</style>
background-color css
<style>
a { background-color: #8369CB; }
a { background-color: rgb(131,105,203); }
div.DivClassName
{
background-color: #8369CB;
}
.BgClassName
{
background-color: #8369CB;
}
</style>
border-color css
<style>
span { border-color: #8369CB; }
span { border-color: rgb(131,105,203); }
td.TdClassName
{
border-color: #8369CB;
}
.TagClassName
{
border-color: #8369CB;
}
</style>