Shades of True V #8267CB
Tints of True V #8267CB
RGB
CMYK
RGB Variations
Color information
#8267CB (or 0x8267CB) is known color: True V. HEX triplet: 82, 67 and CB. RGB value is (130,103,203). Sum of RGB (Red+Green+Blue) = 130+103+203=436 (57% of max value = 765). Red value is 130 (51.17% from 255 or 29.82% from 436); Green value is 103 (40.62% from 255 or 23.62% from 436); Blue value is 203 (79.69% from 255 or 46.56% from 436); Max value from RGB is 203 - color contains mainly: blue. Hex color #8267CB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8267CB is #7D9834. Grayscale: #7A7A7A. Windows color (decimal): -8230965 or 13330306. OLE color: 13330306.
HSL color Cylindrical-coordinate representation of color #8267CB: hue angle of 256.2º degrees, saturation: 0.49, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #8267CB is Cyan = 0.36, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 130 | 103 | 203 | - |
| CMYK | 0.36 | 0.49 | 0 | 0.20 |
| HSL | 256.2º | 0.49% | 0.6% | - |
| HSV(B) | 256.2º | 0.49% | 0.8% | - |
| XYZ | 24.84 | 18.76 | 58.81 | - |
| YUV | 122.47 | 173.45 | 133.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 103 | 203 | 0.36 | 0.49 | 0 | 0.20 | 256.2 | 0.49 | 0.6 |
| Hex | 82 | 67 | CB | 24 | 31 | 0 | 14 | 100 | 31 | 3C |
| Octal | 202 | 147 | 313 | 44 | 61 | 0 | 24 | 400 | 61 | 74 |
| Binary | 10000010 | 1100111 | 11001011 | 100100 | 110001 | 0 | 10100 | 100000000 | 110001 | 111100 |
Color Harmonies of #8267CB
Complementary color
Monochromatic Colors of #8267CB
Black with #8267CB
Text Example
Text Example
White with #8267CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8267CB; }
p { color: rgb(130,103,203); }
H1.HeaderClassName
{
color: #8267CB;
}
.AnyTagClassName
{
color: #8267CB;
}
</style>
background-color css
<style>
a { background-color: #8267CB; }
a { background-color: rgb(130,103,203); }
div.DivClassName
{
background-color: #8267CB;
}
.BgClassName
{
background-color: #8267CB;
}
</style>
border-color css
<style>
span { border-color: #8267CB; }
span { border-color: rgb(130,103,203); }
td.TdClassName
{
border-color: #8267CB;
}
.TagClassName
{
border-color: #8267CB;
}
</style>