Shades of True V #8269CD
Tints of True V #8269CD
RGB
CMYK
RGB Variations
Color information
#8269CD (or 0x8269CD) is known color: True V. HEX triplet: 82, 69 and CD. RGB value is (130,105,205). Sum of RGB (Red+Green+Blue) = 130+105+205=440 (58% of max value = 765). Red value is 130 (51.17% from 255 or 29.55% from 440); Green value is 105 (41.41% from 255 or 23.86% from 440); Blue value is 205 (80.47% from 255 or 46.59% from 440); Max value from RGB is 205 - color contains mainly: blue. Hex color #8269CD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8269CD is #7D9632. Grayscale: #7B7B7B. Windows color (decimal): -8230451 or 13461890. OLE color: 13461890.
HSL color Cylindrical-coordinate representation of color #8269CD: hue angle of 255º degrees, saturation: 0.5, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #8269CD is Cyan = 0.37, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 130 | 105 | 205 | - |
| CMYK | 0.37 | 0.49 | 0 | 0.20 |
| HSL | 255º | 0.5% | 0.61% | - |
| HSV(B) | 255º | 0.49% | 0.8% | - |
| XYZ | 25.28 | 19.26 | 60.14 | - |
| YUV | 123.88 | 173.78 | 132.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 105 | 205 | 0.37 | 0.49 | 0 | 0.20 | 255 | 0.5 | 0.61 |
| Hex | 82 | 69 | CD | 25 | 31 | 0 | 14 | FF | 32 | 3D |
| Octal | 202 | 151 | 315 | 45 | 61 | 0 | 24 | 377 | 62 | 75 |
| Binary | 10000010 | 1101001 | 11001101 | 100101 | 110001 | 0 | 10100 | 11111111 | 110010 | 111101 |
Color Harmonies of #8269CD
Complementary color
Monochromatic Colors of #8269CD
Black with #8269CD
Text Example
Text Example
White with #8269CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8269CD; }
p { color: rgb(130,105,205); }
H1.HeaderClassName
{
color: #8269CD;
}
.AnyTagClassName
{
color: #8269CD;
}
</style>
background-color css
<style>
a { background-color: #8269CD; }
a { background-color: rgb(130,105,205); }
div.DivClassName
{
background-color: #8269CD;
}
.BgClassName
{
background-color: #8269CD;
}
</style>
border-color css
<style>
span { border-color: #8269CD; }
span { border-color: rgb(130,105,205); }
td.TdClassName
{
border-color: #8269CD;
}
.TagClassName
{
border-color: #8269CD;
}
</style>