Shades of True V #8269CE
Tints of True V #8269CE
RGB
CMYK
RGB Variations
Color information
#8269CE (or 0x8269CE) is known color: True V. HEX triplet: 82, 69 and CE. RGB value is (130,105,206). Sum of RGB (Red+Green+Blue) = 130+105+206=441 (58% of max value = 765). Red value is 130 (51.17% from 255 or 29.48% from 441); Green value is 105 (41.41% from 255 or 23.81% from 441); Blue value is 206 (80.86% from 255 or 46.71% from 441); Max value from RGB is 206 - color contains mainly: blue. Hex color #8269CE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8269CE is #7D9631. Grayscale: #7B7B7B. Windows color (decimal): -8230450 or 13527426. OLE color: 13527426.
HSL color Cylindrical-coordinate representation of color #8269CE: hue angle of 254.85º degrees, saturation: 0.51, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #8269CE is Cyan = 0.37, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 130 | 105 | 206 | - |
| CMYK | 0.37 | 0.49 | 0 | 0.19 |
| HSL | 254.85º | 0.51% | 0.61% | - |
| HSV(B) | 254.85º | 0.49% | 0.81% | - |
| XYZ | 25.4 | 19.31 | 60.78 | - |
| YUV | 123.99 | 174.28 | 132.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 105 | 206 | 0.37 | 0.49 | 0 | 0.19 | 254.85 | 0.51 | 0.61 |
| Hex | 82 | 69 | CE | 25 | 31 | 0 | 13 | FF | 33 | 3D |
| Octal | 202 | 151 | 316 | 45 | 61 | 0 | 23 | 377 | 63 | 75 |
| Binary | 10000010 | 1101001 | 11001110 | 100101 | 110001 | 0 | 10011 | 11111111 | 110011 | 111101 |
Color Harmonies of #8269CE
Complementary color
Monochromatic Colors of #8269CE
Black with #8269CE
Text Example
Text Example
White with #8269CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8269CE; }
p { color: rgb(130,105,206); }
H1.HeaderClassName
{
color: #8269CE;
}
.AnyTagClassName
{
color: #8269CE;
}
</style>
background-color css
<style>
a { background-color: #8269CE; }
a { background-color: rgb(130,105,206); }
div.DivClassName
{
background-color: #8269CE;
}
.BgClassName
{
background-color: #8269CE;
}
</style>
border-color css
<style>
span { border-color: #8269CE; }
span { border-color: rgb(130,105,206); }
td.TdClassName
{
border-color: #8269CE;
}
.TagClassName
{
border-color: #8269CE;
}
</style>