Shades of True V #845BCB
Tints of True V #845BCB
RGB
CMYK
RGB Variations
Color information
#845BCB (or 0x845BCB) is known color: True V. HEX triplet: 84, 5B and CB. RGB value is (132,91,203). Sum of RGB (Red+Green+Blue) = 132+91+203=426 (56% of max value = 765). Red value is 132 (51.95% from 255 or 30.99% from 426); Green value is 91 (35.94% from 255 or 21.36% from 426); Blue value is 203 (79.69% from 255 or 47.65% from 426); Max value from RGB is 203 - color contains mainly: blue. Hex color #845BCB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #845BCB is #7BA434. Grayscale: #737373. Windows color (decimal): -8102965 or 13327236. OLE color: 13327236.
HSL color Cylindrical-coordinate representation of color #845BCB: hue angle of 261.96º degrees, saturation: 0.52, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #845BCB is Cyan = 0.35, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 132 | 91 | 203 | - |
| CMYK | 0.35 | 0.55 | 0 | 0.20 |
| HSL | 261.96º | 0.52% | 0.58% | - |
| HSV(B) | 261.96º | 0.55% | 0.8% | - |
| XYZ | 24.04 | 16.7 | 58.46 | - |
| YUV | 116.03 | 177.08 | 139.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 91 | 203 | 0.35 | 0.55 | 0 | 0.20 | 261.96 | 0.52 | 0.58 |
| Hex | 84 | 5B | CB | 23 | 37 | 0 | 14 | 106 | 34 | 3A |
| Octal | 204 | 133 | 313 | 43 | 67 | 0 | 24 | 406 | 64 | 72 |
| Binary | 10000100 | 1011011 | 11001011 | 100011 | 110111 | 0 | 10100 | 100000110 | 110100 | 111010 |
Color Harmonies of #845BCB
Complementary color
Monochromatic Colors of #845BCB
Black with #845BCB
Text Example
Text Example
White with #845BCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #845BCB; }
p { color: rgb(132,91,203); }
H1.HeaderClassName
{
color: #845BCB;
}
.AnyTagClassName
{
color: #845BCB;
}
</style>
background-color css
<style>
a { background-color: #845BCB; }
a { background-color: rgb(132,91,203); }
div.DivClassName
{
background-color: #845BCB;
}
.BgClassName
{
background-color: #845BCB;
}
</style>
border-color css
<style>
span { border-color: #845BCB; }
span { border-color: rgb(132,91,203); }
td.TdClassName
{
border-color: #845BCB;
}
.TagClassName
{
border-color: #845BCB;
}
</style>