Shades of True V #845DC9
Tints of True V #845DC9
RGB
CMYK
RGB Variations
Color information
#845DC9 (or 0x845DC9) is known color: True V. HEX triplet: 84, 5D and C9. RGB value is (132,93,201). Sum of RGB (Red+Green+Blue) = 132+93+201=426 (56% of max value = 765). Red value is 132 (51.95% from 255 or 30.99% from 426); Green value is 93 (36.72% from 255 or 21.83% from 426); Blue value is 201 (78.91% from 255 or 47.18% from 426); Max value from RGB is 201 - color contains mainly: blue. Hex color #845DC9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #845DC9 is #7BA236. Grayscale: #747474. Windows color (decimal): -8102455 or 13196676. OLE color: 13196676.
HSL color Cylindrical-coordinate representation of color #845DC9: hue angle of 261.67º degrees, saturation: 0.5, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #845DC9 is Cyan = 0.34, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 132 | 93 | 201 | - |
| CMYK | 0.34 | 0.54 | 0 | 0.21 |
| HSL | 261.67º | 0.5% | 0.58% | - |
| HSV(B) | 261.67º | 0.54% | 0.79% | - |
| XYZ | 23.97 | 16.95 | 57.27 | - |
| YUV | 116.97 | 175.42 | 138.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 93 | 201 | 0.34 | 0.54 | 0 | 0.21 | 261.67 | 0.5 | 0.58 |
| Hex | 84 | 5D | C9 | 22 | 36 | 0 | 15 | 106 | 32 | 3A |
| Octal | 204 | 135 | 311 | 42 | 66 | 0 | 25 | 406 | 62 | 72 |
| Binary | 10000100 | 1011101 | 11001001 | 100010 | 110110 | 0 | 10101 | 100000110 | 110010 | 111010 |
Color Harmonies of #845DC9
Complementary color
Monochromatic Colors of #845DC9
Black with #845DC9
Text Example
Text Example
White with #845DC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #845DC9; }
p { color: rgb(132,93,201); }
H1.HeaderClassName
{
color: #845DC9;
}
.AnyTagClassName
{
color: #845DC9;
}
</style>
background-color css
<style>
a { background-color: #845DC9; }
a { background-color: rgb(132,93,201); }
div.DivClassName
{
background-color: #845DC9;
}
.BgClassName
{
background-color: #845DC9;
}
</style>
border-color css
<style>
span { border-color: #845DC9; }
span { border-color: rgb(132,93,201); }
td.TdClassName
{
border-color: #845DC9;
}
.TagClassName
{
border-color: #845DC9;
}
</style>