Shades of True V #825BCE
Tints of True V #825BCE
RGB
CMYK
RGB Variations
Color information
#825BCE (or 0x825BCE) is known color: True V. HEX triplet: 82, 5B and CE. RGB value is (130,91,206). Sum of RGB (Red+Green+Blue) = 130+91+206=427 (56% of max value = 765). Red value is 130 (51.17% from 255 or 30.44% from 427); Green value is 91 (35.94% from 255 or 21.31% from 427); Blue value is 206 (80.86% from 255 or 48.24% from 427); Max value from RGB is 206 - color contains mainly: blue. Hex color #825BCE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #825BCE is #7DA431. Grayscale: #737373. Windows color (decimal): -8234034 or 13523842. OLE color: 13523842.
HSL color Cylindrical-coordinate representation of color #825BCE: hue angle of 260.35º degrees, saturation: 0.54, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #825BCE is Cyan = 0.37, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 130 | 91 | 206 | - |
| CMYK | 0.37 | 0.56 | 0 | 0.19 |
| HSL | 260.35º | 0.54% | 0.58% | - |
| HSV(B) | 260.35º | 0.56% | 0.81% | - |
| XYZ | 24.09 | 16.68 | 60.34 | - |
| YUV | 115.77 | 178.92 | 138.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 91 | 206 | 0.37 | 0.56 | 0 | 0.19 | 260.35 | 0.54 | 0.58 |
| Hex | 82 | 5B | CE | 25 | 38 | 0 | 13 | 104 | 36 | 3A |
| Octal | 202 | 133 | 316 | 45 | 70 | 0 | 23 | 404 | 66 | 72 |
| Binary | 10000010 | 1011011 | 11001110 | 100101 | 111000 | 0 | 10011 | 100000100 | 110110 | 111010 |
Color Harmonies of #825BCE
Complementary color
Monochromatic Colors of #825BCE
Black with #825BCE
Text Example
Text Example
White with #825BCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #825BCE; }
p { color: rgb(130,91,206); }
H1.HeaderClassName
{
color: #825BCE;
}
.AnyTagClassName
{
color: #825BCE;
}
</style>
background-color css
<style>
a { background-color: #825BCE; }
a { background-color: rgb(130,91,206); }
div.DivClassName
{
background-color: #825BCE;
}
.BgClassName
{
background-color: #825BCE;
}
</style>
border-color css
<style>
span { border-color: #825BCE; }
span { border-color: rgb(130,91,206); }
td.TdClassName
{
border-color: #825BCE;
}
.TagClassName
{
border-color: #825BCE;
}
</style>