Shades of True V #8262CB
Tints of True V #8262CB
RGB
CMYK
RGB Variations
Color information
#8262CB (or 0x8262CB) is known color: True V. HEX triplet: 82, 62 and CB. RGB value is (130,98,203). Sum of RGB (Red+Green+Blue) = 130+98+203=431 (57% of max value = 765). Red value is 130 (51.17% from 255 or 30.16% from 431); Green value is 98 (38.67% from 255 or 22.74% from 431); Blue value is 203 (79.69% from 255 or 47.10% from 431); Max value from RGB is 203 - color contains mainly: blue. Hex color #8262CB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8262CB is #7D9D34. Grayscale: #777777. Windows color (decimal): -8232245 or 13329026. OLE color: 13329026.
HSL color Cylindrical-coordinate representation of color #8262CB: hue angle of 258.29º degrees, saturation: 0.5, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #8262CB is Cyan = 0.36, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 130 | 98 | 203 | - |
| CMYK | 0.36 | 0.52 | 0 | 0.20 |
| HSL | 258.29º | 0.5% | 0.59% | - |
| HSV(B) | 258.29º | 0.52% | 0.8% | - |
| XYZ | 24.35 | 17.79 | 58.65 | - |
| YUV | 119.54 | 175.1 | 135.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 98 | 203 | 0.36 | 0.52 | 0 | 0.20 | 258.29 | 0.5 | 0.59 |
| Hex | 82 | 62 | CB | 24 | 34 | 0 | 14 | 102 | 32 | 3B |
| Octal | 202 | 142 | 313 | 44 | 64 | 0 | 24 | 402 | 62 | 73 |
| Binary | 10000010 | 1100010 | 11001011 | 100100 | 110100 | 0 | 10100 | 100000010 | 110010 | 111011 |
Color Harmonies of #8262CB
Complementary color
Monochromatic Colors of #8262CB
Black with #8262CB
Text Example
Text Example
White with #8262CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8262CB; }
p { color: rgb(130,98,203); }
H1.HeaderClassName
{
color: #8262CB;
}
.AnyTagClassName
{
color: #8262CB;
}
</style>
background-color css
<style>
a { background-color: #8262CB; }
a { background-color: rgb(130,98,203); }
div.DivClassName
{
background-color: #8262CB;
}
.BgClassName
{
background-color: #8262CB;
}
</style>
border-color css
<style>
span { border-color: #8262CB; }
span { border-color: rgb(130,98,203); }
td.TdClassName
{
border-color: #8262CB;
}
.TagClassName
{
border-color: #8262CB;
}
</style>