Shades of True V #8465CA
Tints of True V #8465CA
RGB
CMYK
RGB Variations
Color information
#8465CA (or 0x8465CA) is known color: True V. HEX triplet: 84, 65 and CA. RGB value is (132,101,202). Sum of RGB (Red+Green+Blue) = 132+101+202=435 (57% of max value = 765). Red value is 132 (51.95% from 255 or 30.34% from 435); Green value is 101 (39.84% from 255 or 23.22% from 435); Blue value is 202 (79.30% from 255 or 46.44% from 435); Max value from RGB is 202 - color contains mainly: blue. Hex color #8465CA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8465CA is #7B9A35. Grayscale: #797979. Windows color (decimal): -8100406 or 13264260. OLE color: 13264260.
HSL color Cylindrical-coordinate representation of color #8465CA: hue angle of 258.42º 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 #8465CA is Cyan = 0.35, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 132 | 101 | 202 | - |
| CMYK | 0.35 | 0.50 | 0 | 0.21 |
| HSL | 258.42º | 0.49% | 0.59% | - |
| HSV(B) | 258.42º | 0.5% | 0.79% | - |
| XYZ | 24.83 | 18.48 | 58.13 | - |
| YUV | 121.78 | 173.27 | 135.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 101 | 202 | 0.35 | 0.50 | 0 | 0.21 | 258.42 | 0.49 | 0.59 |
| Hex | 84 | 65 | CA | 23 | 32 | 0 | 15 | 102 | 31 | 3B |
| Octal | 204 | 145 | 312 | 43 | 62 | 0 | 25 | 402 | 61 | 73 |
| Binary | 10000100 | 1100101 | 11001010 | 100011 | 110010 | 0 | 10101 | 100000010 | 110001 | 111011 |
Color Harmonies of #8465CA
Complementary color
Monochromatic Colors of #8465CA
Black with #8465CA
Text Example
Text Example
White with #8465CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8465CA; }
p { color: rgb(132,101,202); }
H1.HeaderClassName
{
color: #8465CA;
}
.AnyTagClassName
{
color: #8465CA;
}
</style>
background-color css
<style>
a { background-color: #8465CA; }
a { background-color: rgb(132,101,202); }
div.DivClassName
{
background-color: #8465CA;
}
.BgClassName
{
background-color: #8465CA;
}
</style>
border-color css
<style>
span { border-color: #8465CA; }
span { border-color: rgb(132,101,202); }
td.TdClassName
{
border-color: #8465CA;
}
.TagClassName
{
border-color: #8465CA;
}
</style>