Shades of True V #8269BC
Tints of True V #8269BC
RGB
CMYK
RGB Variations
Color information
#8269BC (or 0x8269BC) is known color: True V. HEX triplet: 82, 69 and BC. RGB value is (130,105,188). Sum of RGB (Red+Green+Blue) = 130+105+188=423 (56% of max value = 765). Red value is 130 (51.17% from 255 or 30.73% from 423); Green value is 105 (41.41% from 255 or 24.82% from 423); Blue value is 188 (73.83% from 255 or 44.44% from 423); Max value from RGB is 188 - color contains mainly: blue. Hex color #8269BC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8269BC is #7D9643. Grayscale: #797979. Windows color (decimal): -8230468 or 12347778. OLE color: 12347778.
HSL color Cylindrical-coordinate representation of color #8269BC: hue angle of 258.07º degrees, saturation: 0.38, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #8269BC is Cyan = 0.31, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 130 | 105 | 188 | - |
| CMYK | 0.31 | 0.44 | 0 | 0.26 |
| HSL | 258.07º | 0.38% | 0.57% | - |
| HSV(B) | 258.07º | 0.44% | 0.74% | - |
| XYZ | 23.33 | 18.48 | 49.91 | - |
| YUV | 121.94 | 165.28 | 133.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 105 | 188 | 0.31 | 0.44 | 0 | 0.26 | 258.07 | 0.38 | 0.57 |
| Hex | 82 | 69 | BC | 1F | 2C | 0 | 1A | 102 | 26 | 39 |
| Octal | 202 | 151 | 274 | 37 | 54 | 0 | 32 | 402 | 46 | 71 |
| Binary | 10000010 | 1101001 | 10111100 | 11111 | 101100 | 0 | 11010 | 100000010 | 100110 | 111001 |
Color Harmonies of #8269BC
Complementary color
Monochromatic Colors of #8269BC
Black with #8269BC
Text Example
Text Example
White with #8269BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8269BC; }
p { color: rgb(130,105,188); }
H1.HeaderClassName
{
color: #8269BC;
}
.AnyTagClassName
{
color: #8269BC;
}
</style>
background-color css
<style>
a { background-color: #8269BC; }
a { background-color: rgb(130,105,188); }
div.DivClassName
{
background-color: #8269BC;
}
.BgClassName
{
background-color: #8269BC;
}
</style>
border-color css
<style>
span { border-color: #8269BC; }
span { border-color: rgb(130,105,188); }
td.TdClassName
{
border-color: #8269BC;
}
.TagClassName
{
border-color: #8269BC;
}
</style>