Shades of True V #8467B8
Tints of True V #8467B8
RGB
CMYK
RGB Variations
Color information
#8467B8 (or 0x8467B8) is known color: True V. HEX triplet: 84, 67 and B8. RGB value is (132,103,184). Sum of RGB (Red+Green+Blue) = 132+103+184=419 (55% of max value = 765). Red value is 132 (51.95% from 255 or 31.50% from 419); Green value is 103 (40.62% from 255 or 24.58% from 419); Blue value is 184 (72.27% from 255 or 43.91% from 419); Max value from RGB is 184 - color contains mainly: blue. Hex color #8467B8 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8467B8 is #7B9847. Grayscale: #787878. Windows color (decimal): -8099912 or 12085124. OLE color: 12085124.
HSL color Cylindrical-coordinate representation of color #8467B8: hue angle of 261.48º degrees, saturation: 0.36, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #8467B8 is Cyan = 0.28, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 132 | 103 | 184 | - |
| CMYK | 0.28 | 0.44 | 0 | 0.28 |
| HSL | 261.48º | 0.36% | 0.56% | - |
| HSV(B) | 261.48º | 0.44% | 0.72% | - |
| XYZ | 23.02 | 18.07 | 47.62 | - |
| YUV | 120.91 | 163.61 | 135.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 103 | 184 | 0.28 | 0.44 | 0 | 0.28 | 261.48 | 0.36 | 0.56 |
| Hex | 84 | 67 | B8 | 1C | 2C | 0 | 1C | 105 | 24 | 38 |
| Octal | 204 | 147 | 270 | 34 | 54 | 0 | 34 | 405 | 44 | 70 |
| Binary | 10000100 | 1100111 | 10111000 | 11100 | 101100 | 0 | 11100 | 100000101 | 100100 | 111000 |
Color Harmonies of #8467B8
Complementary color
Monochromatic Colors of #8467B8
Black with #8467B8
Text Example
Text Example
White with #8467B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8467B8; }
p { color: rgb(132,103,184); }
H1.HeaderClassName
{
color: #8467B8;
}
.AnyTagClassName
{
color: #8467B8;
}
</style>
background-color css
<style>
a { background-color: #8467B8; }
a { background-color: rgb(132,103,184); }
div.DivClassName
{
background-color: #8467B8;
}
.BgClassName
{
background-color: #8467B8;
}
</style>
border-color css
<style>
span { border-color: #8467B8; }
span { border-color: rgb(132,103,184); }
td.TdClassName
{
border-color: #8467B8;
}
.TagClassName
{
border-color: #8467B8;
}
</style>