Shades of True V #8467CB
Tints of True V #8467CB
RGB
CMYK
RGB Variations
Color information
#8467CB (or 0x8467CB) is known color: True V. HEX triplet: 84, 67 and CB. RGB value is (132,103,203). Sum of RGB (Red+Green+Blue) = 132+103+203=438 (58% of max value = 765). Red value is 132 (51.95% from 255 or 30.14% from 438); Green value is 103 (40.62% from 255 or 23.52% from 438); Blue value is 203 (79.69% from 255 or 46.35% from 438); Max value from RGB is 203 - color contains mainly: blue. Hex color #8467CB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8467CB is #7B9834. Grayscale: #7A7A7A. Windows color (decimal): -8099893 or 13330308. OLE color: 13330308.
HSL color Cylindrical-coordinate representation of color #8467CB: hue angle of 257.4º 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 #8467CB is Cyan = 0.35, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 132 | 103 | 203 | - |
| CMYK | 0.35 | 0.49 | 0 | 0.20 |
| HSL | 257.4º | 0.49% | 0.6% | - |
| HSV(B) | 257.4º | 0.49% | 0.8% | - |
| XYZ | 25.15 | 18.92 | 58.83 | - |
| YUV | 123.07 | 173.11 | 134.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 103 | 203 | 0.35 | 0.49 | 0 | 0.20 | 257.4 | 0.49 | 0.6 |
| Hex | 84 | 67 | CB | 23 | 31 | 0 | 14 | 101 | 31 | 3C |
| Octal | 204 | 147 | 313 | 43 | 61 | 0 | 24 | 401 | 61 | 74 |
| Binary | 10000100 | 1100111 | 11001011 | 100011 | 110001 | 0 | 10100 | 100000001 | 110001 | 111100 |
Color Harmonies of #8467CB
Complementary color
Monochromatic Colors of #8467CB
Black with #8467CB
Text Example
Text Example
White with #8467CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8467CB; }
p { color: rgb(132,103,203); }
H1.HeaderClassName
{
color: #8467CB;
}
.AnyTagClassName
{
color: #8467CB;
}
</style>
background-color css
<style>
a { background-color: #8467CB; }
a { background-color: rgb(132,103,203); }
div.DivClassName
{
background-color: #8467CB;
}
.BgClassName
{
background-color: #8467CB;
}
</style>
border-color css
<style>
span { border-color: #8467CB; }
span { border-color: rgb(132,103,203); }
td.TdClassName
{
border-color: #8467CB;
}
.TagClassName
{
border-color: #8467CB;
}
</style>