Shades of True V #8B65CD
Tints of True V #8B65CD
RGB
CMYK
RGB Variations
Color information
#8B65CD (or 0x8B65CD) is known color: True V. HEX triplet: 8B, 65 and CD. RGB value is (139,101,205). Sum of RGB (Red+Green+Blue) = 139+101+205=445 (58% of max value = 765). Red value is 139 (54.69% from 255 or 31.24% from 445); Green value is 101 (39.84% from 255 or 22.70% from 445); Blue value is 205 (80.47% from 255 or 46.07% from 445); Max value from RGB is 205 - color contains mainly: blue. Hex color #8B65CD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8B65CD is #749A32. Grayscale: #7B7B7B. Windows color (decimal): -7641651 or 13460875. OLE color: 13460875.
HSL color Cylindrical-coordinate representation of color #8B65CD: hue angle of 261.92º degrees, saturation: 0.51, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #8B65CD is Cyan = 0.32, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 139 | 101 | 205 | - |
| CMYK | 0.32 | 0.51 | 0 | 0.20 |
| HSL | 261.92º | 0.51% | 0.6% | - |
| HSV(B) | 261.92º | 0.51% | 0.8% | - |
| XYZ | 26.32 | 19.2 | 60.08 | - |
| YUV | 124.22 | 173.59 | 138.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 101 | 205 | 0.32 | 0.51 | 0 | 0.20 | 261.92 | 0.51 | 0.6 |
| Hex | 8B | 65 | CD | 20 | 33 | 0 | 14 | 106 | 33 | 3C |
| Octal | 213 | 145 | 315 | 40 | 63 | 0 | 24 | 406 | 63 | 74 |
| Binary | 10001011 | 1100101 | 11001101 | 100000 | 110011 | 0 | 10100 | 100000110 | 110011 | 111100 |
Color Harmonies of #8B65CD
Complementary color
Monochromatic Colors of #8B65CD
Black with #8B65CD
Text Example
Text Example
White with #8B65CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B65CD; }
p { color: rgb(139,101,205); }
H1.HeaderClassName
{
color: #8B65CD;
}
.AnyTagClassName
{
color: #8B65CD;
}
</style>
background-color css
<style>
a { background-color: #8B65CD; }
a { background-color: rgb(139,101,205); }
div.DivClassName
{
background-color: #8B65CD;
}
.BgClassName
{
background-color: #8B65CD;
}
</style>
border-color css
<style>
span { border-color: #8B65CD; }
span { border-color: rgb(139,101,205); }
td.TdClassName
{
border-color: #8B65CD;
}
.TagClassName
{
border-color: #8B65CD;
}
</style>