Shades of True V #8360CB
Tints of True V #8360CB
RGB
CMYK
RGB Variations
Color information
#8360CB (or 0x8360CB) is known color: True V. HEX triplet: 83, 60 and CB. RGB value is (131,96,203). Sum of RGB (Red+Green+Blue) = 131+96+203=430 (56% of max value = 765). Red value is 131 (51.56% from 255 or 30.47% from 430); Green value is 96 (37.89% from 255 or 22.33% from 430); Blue value is 203 (79.69% from 255 or 47.21% from 430); Max value from RGB is 203 - color contains mainly: blue. Hex color #8360CB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8360CB is #7C9F34. Grayscale: #767676. Windows color (decimal): -8167221 or 13328515. OLE color: 13328515.
HSL color Cylindrical-coordinate representation of color #8360CB: hue angle of 259.63º degrees, saturation: 0.51, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #8360CB is Cyan = 0.35, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 131 | 96 | 203 | - |
| CMYK | 0.35 | 0.53 | 0 | 0.20 |
| HSL | 259.63º | 0.51% | 0.59% | - |
| HSV(B) | 259.63º | 0.53% | 0.8% | - |
| XYZ | 24.32 | 17.5 | 58.6 | - |
| YUV | 118.66 | 175.6 | 136.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 96 | 203 | 0.35 | 0.53 | 0 | 0.20 | 259.63 | 0.51 | 0.59 |
| Hex | 83 | 60 | CB | 23 | 35 | 0 | 14 | 104 | 33 | 3B |
| Octal | 203 | 140 | 313 | 43 | 65 | 0 | 24 | 404 | 63 | 73 |
| Binary | 10000011 | 1100000 | 11001011 | 100011 | 110101 | 0 | 10100 | 100000100 | 110011 | 111011 |
Color Harmonies of #8360CB
Complementary color
Monochromatic Colors of #8360CB
Black with #8360CB
Text Example
Text Example
White with #8360CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8360CB; }
p { color: rgb(131,96,203); }
H1.HeaderClassName
{
color: #8360CB;
}
.AnyTagClassName
{
color: #8360CB;
}
</style>
background-color css
<style>
a { background-color: #8360CB; }
a { background-color: rgb(131,96,203); }
div.DivClassName
{
background-color: #8360CB;
}
.BgClassName
{
background-color: #8360CB;
}
</style>
border-color css
<style>
span { border-color: #8360CB; }
span { border-color: rgb(131,96,203); }
td.TdClassName
{
border-color: #8360CB;
}
.TagClassName
{
border-color: #8360CB;
}
</style>