Shades of True V #825ECB
Tints of True V #825ECB
RGB
CMYK
RGB Variations
Color information
#825ECB (or 0x825ECB) is known color: True V. HEX triplet: 82, 5E and CB. RGB value is (130,94,203). Sum of RGB (Red+Green+Blue) = 130+94+203=427 (56% of max value = 765). Red value is 130 (51.17% from 255 or 30.44% from 427); Green value is 94 (37.11% from 255 or 22.01% 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 #825ECB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #825ECB is #7DA134. Grayscale: #747474. Windows color (decimal): -8233269 or 13328002. OLE color: 13328002.
HSL color Cylindrical-coordinate representation of color #825ECB: hue angle of 259.82º degrees, saturation: 0.51, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #825ECB is Cyan = 0.36, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 130 | 94 | 203 | - |
| CMYK | 0.36 | 0.54 | 0 | 0.20 |
| HSL | 259.82º | 0.51% | 0.58% | - |
| HSV(B) | 259.82º | 0.54% | 0.8% | - |
| XYZ | 23.99 | 17.06 | 58.53 | - |
| YUV | 117.19 | 176.43 | 137.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 94 | 203 | 0.36 | 0.54 | 0 | 0.20 | 259.82 | 0.51 | 0.58 |
| Hex | 82 | 5E | CB | 24 | 36 | 0 | 14 | 104 | 33 | 3A |
| Octal | 202 | 136 | 313 | 44 | 66 | 0 | 24 | 404 | 63 | 72 |
| Binary | 10000010 | 1011110 | 11001011 | 100100 | 110110 | 0 | 10100 | 100000100 | 110011 | 111010 |
Color Harmonies of #825ECB
Complementary color
Monochromatic Colors of #825ECB
Black with #825ECB
Text Example
Text Example
White with #825ECB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #825ECB; }
p { color: rgb(130,94,203); }
H1.HeaderClassName
{
color: #825ECB;
}
.AnyTagClassName
{
color: #825ECB;
}
</style>
background-color css
<style>
a { background-color: #825ECB; }
a { background-color: rgb(130,94,203); }
div.DivClassName
{
background-color: #825ECB;
}
.BgClassName
{
background-color: #825ECB;
}
</style>
border-color css
<style>
span { border-color: #825ECB; }
span { border-color: rgb(130,94,203); }
td.TdClassName
{
border-color: #825ECB;
}
.TagClassName
{
border-color: #825ECB;
}
</style>