Shades of True V #845FCB
Tints of True V #845FCB
RGB
CMYK
RGB Variations
Color information
#845FCB (or 0x845FCB) is known color: True V. HEX triplet: 84, 5F and CB. RGB value is (132,95,203). Sum of RGB (Red+Green+Blue) = 132+95+203=430 (56% of max value = 765). Red value is 132 (51.95% from 255 or 30.70% from 430); Green value is 95 (37.5% from 255 or 22.09% from 430); Blue value is 203 (79.69% from 255 or 47.21% from 430); Max value from RGB is 203 - color contains mainly: blue. Hex color #845FCB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #845FCB is #7BA034. Grayscale: #757575. Windows color (decimal): -8101941 or 13328260. OLE color: 13328260.
HSL color Cylindrical-coordinate representation of color #845FCB: hue angle of 260.56º degrees, saturation: 0.51, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #845FCB is Cyan = 0.35, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 132 | 95 | 203 | - |
| CMYK | 0.35 | 0.53 | 0 | 0.20 |
| HSL | 260.56º | 0.51% | 0.58% | - |
| HSV(B) | 260.56º | 0.53% | 0.8% | - |
| XYZ | 24.39 | 17.4 | 58.57 | - |
| YUV | 118.38 | 175.76 | 137.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 95 | 203 | 0.35 | 0.53 | 0 | 0.20 | 260.56 | 0.51 | 0.58 |
| Hex | 84 | 5F | CB | 23 | 35 | 0 | 14 | 105 | 33 | 3A |
| Octal | 204 | 137 | 313 | 43 | 65 | 0 | 24 | 405 | 63 | 72 |
| Binary | 10000100 | 1011111 | 11001011 | 100011 | 110101 | 0 | 10100 | 100000101 | 110011 | 111010 |
Color Harmonies of #845FCB
Complementary color
Monochromatic Colors of #845FCB
Black with #845FCB
Text Example
Text Example
White with #845FCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #845FCB; }
p { color: rgb(132,95,203); }
H1.HeaderClassName
{
color: #845FCB;
}
.AnyTagClassName
{
color: #845FCB;
}
</style>
background-color css
<style>
a { background-color: #845FCB; }
a { background-color: rgb(132,95,203); }
div.DivClassName
{
background-color: #845FCB;
}
.BgClassName
{
background-color: #845FCB;
}
</style>
border-color css
<style>
span { border-color: #845FCB; }
span { border-color: rgb(132,95,203); }
td.TdClassName
{
border-color: #845FCB;
}
.TagClassName
{
border-color: #845FCB;
}
</style>