Shades of True V #845CCB
Tints of True V #845CCB
RGB
CMYK
RGB Variations
Color information
#845CCB (or 0x845CCB) is known color: True V. HEX triplet: 84, 5C and CB. RGB value is (132,92,203). Sum of RGB (Red+Green+Blue) = 132+92+203=427 (56% of max value = 765). Red value is 132 (51.95% from 255 or 30.91% from 427); Green value is 92 (36.33% from 255 or 21.55% from 427); Blue value is 203 (79.69% from 255 or 47.54% from 427); Max value from RGB is 203 - color contains mainly: blue. Hex color #845CCB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #845CCB is #7BA334. Grayscale: #747474. Windows color (decimal): -8102709 or 13327492. OLE color: 13327492.
HSL color Cylindrical-coordinate representation of color #845CCB: hue angle of 261.62º 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 #845CCB is Cyan = 0.35, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 132 | 92 | 203 | - |
| CMYK | 0.35 | 0.55 | 0 | 0.20 |
| HSL | 261.62º | 0.52% | 0.58% | - |
| HSV(B) | 261.62º | 0.55% | 0.8% | - |
| XYZ | 24.12 | 16.87 | 58.49 | - |
| YUV | 116.61 | 176.75 | 138.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 92 | 203 | 0.35 | 0.55 | 0 | 0.20 | 261.62 | 0.52 | 0.58 |
| Hex | 84 | 5C | CB | 23 | 37 | 0 | 14 | 106 | 34 | 3A |
| Octal | 204 | 134 | 313 | 43 | 67 | 0 | 24 | 406 | 64 | 72 |
| Binary | 10000100 | 1011100 | 11001011 | 100011 | 110111 | 0 | 10100 | 100000110 | 110100 | 111010 |
Color Harmonies of #845CCB
Complementary color
Monochromatic Colors of #845CCB
Black with #845CCB
Text Example
Text Example
White with #845CCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #845CCB; }
p { color: rgb(132,92,203); }
H1.HeaderClassName
{
color: #845CCB;
}
.AnyTagClassName
{
color: #845CCB;
}
</style>
background-color css
<style>
a { background-color: #845CCB; }
a { background-color: rgb(132,92,203); }
div.DivClassName
{
background-color: #845CCB;
}
.BgClassName
{
background-color: #845CCB;
}
</style>
border-color css
<style>
span { border-color: #845CCB; }
span { border-color: rgb(132,92,203); }
td.TdClassName
{
border-color: #845CCB;
}
.TagClassName
{
border-color: #845CCB;
}
</style>