Shades of True V #8466CD
Tints of True V #8466CD
RGB
CMYK
RGB Variations
Color information
#8466CD (or 0x8466CD) is known color: True V. HEX triplet: 84, 66 and CD. RGB value is (132,102,205). Sum of RGB (Red+Green+Blue) = 132+102+205=439 (58% of max value = 765). Red value is 132 (51.95% from 255 or 30.07% from 439); Green value is 102 (40.23% from 255 or 23.23% from 439); Blue value is 205 (80.47% from 255 or 46.70% from 439); Max value from RGB is 205 - color contains mainly: blue. Hex color #8466CD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8466CD is #7B9932. Grayscale: #7A7A7A. Windows color (decimal): -8100147 or 13461124. OLE color: 13461124.
HSL color Cylindrical-coordinate representation of color #8466CD: hue angle of 257.48º degrees, saturation: 0.51, 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 #8466CD is Cyan = 0.36, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 132 | 102 | 205 | - |
| CMYK | 0.36 | 0.50 | 0 | 0.20 |
| HSL | 257.48º | 0.51% | 0.6% | - |
| HSV(B) | 257.48º | 0.5% | 0.8% | - |
| XYZ | 25.29 | 18.82 | 60.06 | - |
| YUV | 122.71 | 174.44 | 134.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 102 | 205 | 0.36 | 0.50 | 0 | 0.20 | 257.48 | 0.51 | 0.6 |
| Hex | 84 | 66 | CD | 24 | 32 | 0 | 14 | 101 | 33 | 3C |
| Octal | 204 | 146 | 315 | 44 | 62 | 0 | 24 | 401 | 63 | 74 |
| Binary | 10000100 | 1100110 | 11001101 | 100100 | 110010 | 0 | 10100 | 100000001 | 110011 | 111100 |
Color Harmonies of #8466CD
Complementary color
Monochromatic Colors of #8466CD
Black with #8466CD
Text Example
Text Example
White with #8466CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8466CD; }
p { color: rgb(132,102,205); }
H1.HeaderClassName
{
color: #8466CD;
}
.AnyTagClassName
{
color: #8466CD;
}
</style>
background-color css
<style>
a { background-color: #8466CD; }
a { background-color: rgb(132,102,205); }
div.DivClassName
{
background-color: #8466CD;
}
.BgClassName
{
background-color: #8466CD;
}
</style>
border-color css
<style>
span { border-color: #8466CD; }
span { border-color: rgb(132,102,205); }
td.TdClassName
{
border-color: #8466CD;
}
.TagClassName
{
border-color: #8466CD;
}
</style>