Shades of True V #8267CC
Tints of True V #8267CC
RGB
CMYK
RGB Variations
Color information
#8267CC (or 0x8267CC) is known color: True V. HEX triplet: 82, 67 and CC. RGB value is (130,103,204). Sum of RGB (Red+Green+Blue) = 130+103+204=437 (57% of max value = 765). Red value is 130 (51.17% from 255 or 29.75% from 437); Green value is 103 (40.62% from 255 or 23.57% from 437); Blue value is 204 (80.08% from 255 or 46.68% from 437); Max value from RGB is 204 - color contains mainly: blue. Hex color #8267CC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8267CC is #7D9833. Grayscale: #7A7A7A. Windows color (decimal): -8230964 or 13395842. OLE color: 13395842.
HSL color Cylindrical-coordinate representation of color #8267CC: hue angle of 256.04º 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 #8267CC is Cyan = 0.36, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 130 | 103 | 204 | - |
| CMYK | 0.36 | 0.50 | 0 | 0.2 |
| HSL | 256.04º | 0.5% | 0.6% | - |
| HSV(B) | 256.04º | 0.5% | 0.8% | - |
| XYZ | 24.96 | 18.81 | 59.44 | - |
| YUV | 122.59 | 173.95 | 133.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 103 | 204 | 0.36 | 0.50 | 0 | 0.2 | 256.04 | 0.5 | 0.6 |
| Hex | 82 | 67 | CC | 24 | 32 | 0 | 14 | 100 | 32 | 3C |
| Octal | 202 | 147 | 314 | 44 | 62 | 0 | 24 | 400 | 62 | 74 |
| Binary | 10000010 | 1100111 | 11001100 | 100100 | 110010 | 0 | 10100 | 100000000 | 110010 | 111100 |
Color Harmonies of #8267CC
Complementary color
Monochromatic Colors of #8267CC
Black with #8267CC
Text Example
Text Example
White with #8267CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8267CC; }
p { color: rgb(130,103,204); }
H1.HeaderClassName
{
color: #8267CC;
}
.AnyTagClassName
{
color: #8267CC;
}
</style>
background-color css
<style>
a { background-color: #8267CC; }
a { background-color: rgb(130,103,204); }
div.DivClassName
{
background-color: #8267CC;
}
.BgClassName
{
background-color: #8267CC;
}
</style>
border-color css
<style>
span { border-color: #8267CC; }
span { border-color: rgb(130,103,204); }
td.TdClassName
{
border-color: #8267CC;
}
.TagClassName
{
border-color: #8267CC;
}
</style>