Shades of True V #8667CC
Tints of True V #8667CC
RGB
CMYK
RGB Variations
Color information
#8667CC (or 0x8667CC) is known color: True V. HEX triplet: 86, 67 and CC. RGB value is (134,103,204). Sum of RGB (Red+Green+Blue) = 134+103+204=441 (58% of max value = 765). Red value is 134 (52.73% from 255 or 30.39% from 441); Green value is 103 (40.62% from 255 or 23.36% from 441); Blue value is 204 (80.08% from 255 or 46.26% from 441); Max value from RGB is 204 - color contains mainly: blue. Hex color #8667CC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8667CC is #799833. Grayscale: #7B7B7B. Windows color (decimal): -7968820 or 13395846. OLE color: 13395846.
HSL color Cylindrical-coordinate representation of color #8667CC: hue angle of 258.42º 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 #8667CC is Cyan = 0.34, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 134 | 103 | 204 | - |
| CMYK | 0.34 | 0.50 | 0 | 0.2 |
| HSL | 258.42º | 0.5% | 0.6% | - |
| HSV(B) | 258.42º | 0.5% | 0.8% | - |
| XYZ | 25.58 | 19.13 | 59.47 | - |
| YUV | 123.78 | 173.27 | 135.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 103 | 204 | 0.34 | 0.50 | 0 | 0.2 | 258.42 | 0.5 | 0.6 |
| Hex | 86 | 67 | CC | 22 | 32 | 0 | 14 | 102 | 32 | 3C |
| Octal | 206 | 147 | 314 | 42 | 62 | 0 | 24 | 402 | 62 | 74 |
| Binary | 10000110 | 1100111 | 11001100 | 100010 | 110010 | 0 | 10100 | 100000010 | 110010 | 111100 |
Color Harmonies of #8667CC
Complementary color
Monochromatic Colors of #8667CC
Black with #8667CC
Text Example
Text Example
White with #8667CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8667CC; }
p { color: rgb(134,103,204); }
H1.HeaderClassName
{
color: #8667CC;
}
.AnyTagClassName
{
color: #8667CC;
}
</style>
background-color css
<style>
a { background-color: #8667CC; }
a { background-color: rgb(134,103,204); }
div.DivClassName
{
background-color: #8667CC;
}
.BgClassName
{
background-color: #8667CC;
}
</style>
border-color css
<style>
span { border-color: #8667CC; }
span { border-color: rgb(134,103,204); }
td.TdClassName
{
border-color: #8667CC;
}
.TagClassName
{
border-color: #8667CC;
}
</style>