Shades of True V #8C65C9
Tints of True V #8C65C9
RGB
CMYK
RGB Variations
Color information
#8C65C9 (or 0x8C65C9) is known color: True V. HEX triplet: 8C, 65 and C9. RGB value is (140,101,201). Sum of RGB (Red+Green+Blue) = 140+101+201=442 (58% of max value = 765). Red value is 140 (55.08% from 255 or 31.67% from 442); Green value is 101 (39.84% from 255 or 22.85% from 442); Blue value is 201 (78.91% from 255 or 45.48% from 442); Max value from RGB is 201 - color contains mainly: blue. Hex color #8C65C9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8C65C9 is #739A36. Grayscale: #7B7B7B. Windows color (decimal): -7576119 or 13198732. OLE color: 13198732.
HSL color Cylindrical-coordinate representation of color #8C65C9: hue angle of 263.4º degrees, saturation: 0.48, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #8C65C9 is Cyan = 0.30, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 140 | 101 | 201 | - |
| CMYK | 0.30 | 0.50 | 0 | 0.21 |
| HSL | 263.4º | 0.48% | 0.59% | - |
| HSV(B) | 263.4º | 0.5% | 0.79% | - |
| XYZ | 26.01 | 19.1 | 57.57 | - |
| YUV | 124.06 | 171.42 | 139.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 101 | 201 | 0.30 | 0.50 | 0 | 0.21 | 263.4 | 0.48 | 0.59 |
| Hex | 8C | 65 | C9 | 1E | 32 | 0 | 15 | 107 | 30 | 3B |
| Octal | 214 | 145 | 311 | 36 | 62 | 0 | 25 | 407 | 60 | 73 |
| Binary | 10001100 | 1100101 | 11001001 | 11110 | 110010 | 0 | 10101 | 100000111 | 110000 | 111011 |
Color Harmonies of #8C65C9
Complementary color
Monochromatic Colors of #8C65C9
Black with #8C65C9
Text Example
Text Example
White with #8C65C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C65C9; }
p { color: rgb(140,101,201); }
H1.HeaderClassName
{
color: #8C65C9;
}
.AnyTagClassName
{
color: #8C65C9;
}
</style>
background-color css
<style>
a { background-color: #8C65C9; }
a { background-color: rgb(140,101,201); }
div.DivClassName
{
background-color: #8C65C9;
}
.BgClassName
{
background-color: #8C65C9;
}
</style>
border-color css
<style>
span { border-color: #8C65C9; }
span { border-color: rgb(140,101,201); }
td.TdClassName
{
border-color: #8C65C9;
}
.TagClassName
{
border-color: #8C65C9;
}
</style>