Shades of True V #8258CF
Tints of True V #8258CF
RGB
CMYK
RGB Variations
Color information
#8258CF (or 0x8258CF) is known color: True V. HEX triplet: 82, 58 and CF. RGB value is (130,88,207). Sum of RGB (Red+Green+Blue) = 130+88+207=425 (56% of max value = 765). Red value is 130 (51.17% from 255 or 30.59% from 425); Green value is 88 (34.77% from 255 or 20.71% from 425); Blue value is 207 (81.25% from 255 or 48.71% from 425); Max value from RGB is 207 - color contains mainly: blue. Hex color #8258CF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8258CF is #7DA730. Grayscale: #717171. Windows color (decimal): -8234801 or 13588610. OLE color: 13588610.
HSL color Cylindrical-coordinate representation of color #8258CF: hue angle of 261.18º degrees, saturation: 0.55, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #8258CF is Cyan = 0.37, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 130 | 88 | 207 | - |
| CMYK | 0.37 | 0.57 | 0 | 0.19 |
| HSL | 261.18º | 0.55% | 0.58% | - |
| HSV(B) | 261.18º | 0.57% | 0.81% | - |
| XYZ | 23.96 | 16.23 | 60.9 | - |
| YUV | 114.12 | 180.41 | 139.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 88 | 207 | 0.37 | 0.57 | 0 | 0.19 | 261.18 | 0.55 | 0.58 |
| Hex | 82 | 58 | CF | 25 | 39 | 0 | 13 | 105 | 37 | 3A |
| Octal | 202 | 130 | 317 | 45 | 71 | 0 | 23 | 405 | 67 | 72 |
| Binary | 10000010 | 1011000 | 11001111 | 100101 | 111001 | 0 | 10011 | 100000101 | 110111 | 111010 |
Color Harmonies of #8258CF
Complementary color
Monochromatic Colors of #8258CF
Black with #8258CF
Text Example
Text Example
White with #8258CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8258CF; }
p { color: rgb(130,88,207); }
H1.HeaderClassName
{
color: #8258CF;
}
.AnyTagClassName
{
color: #8258CF;
}
</style>
background-color css
<style>
a { background-color: #8258CF; }
a { background-color: rgb(130,88,207); }
div.DivClassName
{
background-color: #8258CF;
}
.BgClassName
{
background-color: #8258CF;
}
</style>
border-color css
<style>
span { border-color: #8258CF; }
span { border-color: rgb(130,88,207); }
td.TdClassName
{
border-color: #8258CF;
}
.TagClassName
{
border-color: #8258CF;
}
</style>