Shades of True V #845CCC
Tints of True V #845CCC
RGB
CMYK
RGB Variations
Color information
#845CCC (or 0x845CCC) is known color: True V. HEX triplet: 84, 5C and CC. RGB value is (132,92,204). Sum of RGB (Red+Green+Blue) = 132+92+204=428 (56% of max value = 765). Red value is 132 (51.95% from 255 or 30.84% from 428); Green value is 92 (36.33% from 255 or 21.50% from 428); Blue value is 204 (80.08% from 255 or 47.66% from 428); Max value from RGB is 204 - color contains mainly: blue. Hex color #845CCC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #845CCC is #7BA333. Grayscale: #747474. Windows color (decimal): -8102708 or 13393028. OLE color: 13393028.
HSL color Cylindrical-coordinate representation of color #845CCC: hue angle of 261.43º 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 #845CCC is Cyan = 0.35, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 132 | 92 | 204 | - |
| CMYK | 0.35 | 0.55 | 0 | 0.2 |
| HSL | 261.43º | 0.52% | 0.58% | - |
| HSV(B) | 261.43º | 0.55% | 0.8% | - |
| XYZ | 24.24 | 16.92 | 59.11 | - |
| YUV | 116.73 | 177.25 | 138.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 92 | 204 | 0.35 | 0.55 | 0 | 0.2 | 261.43 | 0.52 | 0.58 |
| Hex | 84 | 5C | CC | 23 | 37 | 0 | 14 | 105 | 34 | 3A |
| Octal | 204 | 134 | 314 | 43 | 67 | 0 | 24 | 405 | 64 | 72 |
| Binary | 10000100 | 1011100 | 11001100 | 100011 | 110111 | 0 | 10100 | 100000101 | 110100 | 111010 |
Color Harmonies of #845CCC
Complementary color
Monochromatic Colors of #845CCC
Black with #845CCC
Text Example
Text Example
White with #845CCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #845CCC; }
p { color: rgb(132,92,204); }
H1.HeaderClassName
{
color: #845CCC;
}
.AnyTagClassName
{
color: #845CCC;
}
</style>
background-color css
<style>
a { background-color: #845CCC; }
a { background-color: rgb(132,92,204); }
div.DivClassName
{
background-color: #845CCC;
}
.BgClassName
{
background-color: #845CCC;
}
</style>
border-color css
<style>
span { border-color: #845CCC; }
span { border-color: rgb(132,92,204); }
td.TdClassName
{
border-color: #845CCC;
}
.TagClassName
{
border-color: #845CCC;
}
</style>