Shades of True V #8365CA
Tints of True V #8365CA
RGB
CMYK
RGB Variations
Color information
#8365CA (or 0x8365CA) is known color: True V. HEX triplet: 83, 65 and CA. RGB value is (131,101,202). Sum of RGB (Red+Green+Blue) = 131+101+202=434 (57% of max value = 765). Red value is 131 (51.56% from 255 or 30.18% from 434); Green value is 101 (39.84% from 255 or 23.27% from 434); Blue value is 202 (79.30% from 255 or 46.54% from 434); Max value from RGB is 202 - color contains mainly: blue. Hex color #8365CA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8365CA is #7C9A35. Grayscale: #797979. Windows color (decimal): -8165942 or 13264259. OLE color: 13264259.
HSL color Cylindrical-coordinate representation of color #8365CA: hue angle of 257.82º degrees, saturation: 0.49, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #8365CA is Cyan = 0.35, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 131 | 101 | 202 | - |
| CMYK | 0.35 | 0.50 | 0 | 0.21 |
| HSL | 257.82º | 0.49% | 0.59% | - |
| HSV(B) | 257.82º | 0.5% | 0.79% | - |
| XYZ | 24.67 | 18.4 | 58.13 | - |
| YUV | 121.48 | 173.44 | 134.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 101 | 202 | 0.35 | 0.50 | 0 | 0.21 | 257.82 | 0.49 | 0.59 |
| Hex | 83 | 65 | CA | 23 | 32 | 0 | 15 | 102 | 31 | 3B |
| Octal | 203 | 145 | 312 | 43 | 62 | 0 | 25 | 402 | 61 | 73 |
| Binary | 10000011 | 1100101 | 11001010 | 100011 | 110010 | 0 | 10101 | 100000010 | 110001 | 111011 |
Color Harmonies of #8365CA
Complementary color
Monochromatic Colors of #8365CA
Black with #8365CA
Text Example
Text Example
White with #8365CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8365CA; }
p { color: rgb(131,101,202); }
H1.HeaderClassName
{
color: #8365CA;
}
.AnyTagClassName
{
color: #8365CA;
}
</style>
background-color css
<style>
a { background-color: #8365CA; }
a { background-color: rgb(131,101,202); }
div.DivClassName
{
background-color: #8365CA;
}
.BgClassName
{
background-color: #8365CA;
}
</style>
border-color css
<style>
span { border-color: #8365CA; }
span { border-color: rgb(131,101,202); }
td.TdClassName
{
border-color: #8365CA;
}
.TagClassName
{
border-color: #8365CA;
}
</style>