Shades of True V #825CCE
Tints of True V #825CCE
RGB
CMYK
RGB Variations
Color information
#825CCE (or 0x825CCE) is known color: True V. HEX triplet: 82, 5C and CE. RGB value is (130,92,206). Sum of RGB (Red+Green+Blue) = 130+92+206=428 (56% of max value = 765). Red value is 130 (51.17% from 255 or 30.37% from 428); Green value is 92 (36.33% from 255 or 21.50% from 428); Blue value is 206 (80.86% from 255 or 48.13% from 428); Max value from RGB is 206 - color contains mainly: blue. Hex color #825CCE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #825CCE is #7DA331. Grayscale: #737373. Windows color (decimal): -8233778 or 13524098. OLE color: 13524098.
HSL color Cylindrical-coordinate representation of color #825CCE: hue angle of 260º degrees, saturation: 0.54, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #825CCE is Cyan = 0.37, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 130 | 92 | 206 | - |
| CMYK | 0.37 | 0.55 | 0 | 0.19 |
| HSL | 260º | 0.54% | 0.58% | - |
| HSV(B) | 260º | 0.55% | 0.81% | - |
| XYZ | 24.17 | 16.86 | 60.37 | - |
| YUV | 116.36 | 178.59 | 137.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 92 | 206 | 0.37 | 0.55 | 0 | 0.19 | 260 | 0.54 | 0.58 |
| Hex | 82 | 5C | CE | 25 | 37 | 0 | 13 | 104 | 36 | 3A |
| Octal | 202 | 134 | 316 | 45 | 67 | 0 | 23 | 404 | 66 | 72 |
| Binary | 10000010 | 1011100 | 11001110 | 100101 | 110111 | 0 | 10011 | 100000100 | 110110 | 111010 |
Color Harmonies of #825CCE
Complementary color
Monochromatic Colors of #825CCE
Black with #825CCE
Text Example
Text Example
White with #825CCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #825CCE; }
p { color: rgb(130,92,206); }
H1.HeaderClassName
{
color: #825CCE;
}
.AnyTagClassName
{
color: #825CCE;
}
</style>
background-color css
<style>
a { background-color: #825CCE; }
a { background-color: rgb(130,92,206); }
div.DivClassName
{
background-color: #825CCE;
}
.BgClassName
{
background-color: #825CCE;
}
</style>
border-color css
<style>
span { border-color: #825CCE; }
span { border-color: rgb(130,92,206); }
td.TdClassName
{
border-color: #825CCE;
}
.TagClassName
{
border-color: #825CCE;
}
</style>