Shades of True V #8265CC
Tints of True V #8265CC
RGB
CMYK
RGB Variations
Color information
#8265CC (or 0x8265CC) is known color: True V. HEX triplet: 82, 65 and CC. RGB value is (130,101,204). Sum of RGB (Red+Green+Blue) = 130+101+204=435 (57% of max value = 765). Red value is 130 (51.17% from 255 or 29.89% from 435); Green value is 101 (39.84% from 255 or 23.22% from 435); Blue value is 204 (80.08% from 255 or 46.90% from 435); Max value from RGB is 204 - color contains mainly: blue. Hex color #8265CC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8265CC is #7D9A33. Grayscale: #797979. Windows color (decimal): -8231476 or 13395330. OLE color: 13395330.
HSL color Cylindrical-coordinate representation of color #8265CC: hue angle of 256.89º degrees, saturation: 0.5, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #8265CC is Cyan = 0.36, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 130 | 101 | 204 | - |
| CMYK | 0.36 | 0.50 | 0 | 0.2 |
| HSL | 256.89º | 0.5% | 0.6% | - |
| HSV(B) | 256.89º | 0.5% | 0.8% | - |
| XYZ | 24.76 | 18.41 | 59.38 | - |
| YUV | 121.41 | 174.61 | 134.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 101 | 204 | 0.36 | 0.50 | 0 | 0.2 | 256.89 | 0.5 | 0.6 |
| Hex | 82 | 65 | CC | 24 | 32 | 0 | 14 | 101 | 32 | 3C |
| Octal | 202 | 145 | 314 | 44 | 62 | 0 | 24 | 401 | 62 | 74 |
| Binary | 10000010 | 1100101 | 11001100 | 100100 | 110010 | 0 | 10100 | 100000001 | 110010 | 111100 |
Color Harmonies of #8265CC
Complementary color
Monochromatic Colors of #8265CC
Black with #8265CC
Text Example
Text Example
White with #8265CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8265CC; }
p { color: rgb(130,101,204); }
H1.HeaderClassName
{
color: #8265CC;
}
.AnyTagClassName
{
color: #8265CC;
}
</style>
background-color css
<style>
a { background-color: #8265CC; }
a { background-color: rgb(130,101,204); }
div.DivClassName
{
background-color: #8265CC;
}
.BgClassName
{
background-color: #8265CC;
}
</style>
border-color css
<style>
span { border-color: #8265CC; }
span { border-color: rgb(130,101,204); }
td.TdClassName
{
border-color: #8265CC;
}
.TagClassName
{
border-color: #8265CC;
}
</style>