Shades of True V #8665CA
Tints of True V #8665CA
RGB
CMYK
RGB Variations
Color information
#8665CA (or 0x8665CA) is known color: True V. HEX triplet: 86, 65 and CA. RGB value is (134,101,202). Sum of RGB (Red+Green+Blue) = 134+101+202=437 (57% of max value = 765). Red value is 134 (52.73% from 255 or 30.66% from 437); Green value is 101 (39.84% from 255 or 23.11% from 437); Blue value is 202 (79.30% from 255 or 46.22% from 437); Max value from RGB is 202 - color contains mainly: blue. Hex color #8665CA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8665CA is #799A35. Grayscale: #7A7A7A. Windows color (decimal): -7969334 or 13264262. OLE color: 13264262.
HSL color Cylindrical-coordinate representation of color #8665CA: hue angle of 259.6º degrees, saturation: 0.49, 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 #8665CA is Cyan = 0.34, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 134 | 101 | 202 | - |
| CMYK | 0.34 | 0.50 | 0 | 0.21 |
| HSL | 259.6º | 0.49% | 0.59% | - |
| HSV(B) | 259.6º | 0.5% | 0.79% | - |
| XYZ | 25.15 | 18.64 | 58.15 | - |
| YUV | 122.38 | 172.93 | 136.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 101 | 202 | 0.34 | 0.50 | 0 | 0.21 | 259.6 | 0.49 | 0.59 |
| Hex | 86 | 65 | CA | 22 | 32 | 0 | 15 | 104 | 31 | 3B |
| Octal | 206 | 145 | 312 | 42 | 62 | 0 | 25 | 404 | 61 | 73 |
| Binary | 10000110 | 1100101 | 11001010 | 100010 | 110010 | 0 | 10101 | 100000100 | 110001 | 111011 |
Color Harmonies of #8665CA
Complementary color
Monochromatic Colors of #8665CA
Black with #8665CA
Text Example
Text Example
White with #8665CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8665CA; }
p { color: rgb(134,101,202); }
H1.HeaderClassName
{
color: #8665CA;
}
.AnyTagClassName
{
color: #8665CA;
}
</style>
background-color css
<style>
a { background-color: #8665CA; }
a { background-color: rgb(134,101,202); }
div.DivClassName
{
background-color: #8665CA;
}
.BgClassName
{
background-color: #8665CA;
}
</style>
border-color css
<style>
span { border-color: #8665CA; }
span { border-color: rgb(134,101,202); }
td.TdClassName
{
border-color: #8665CA;
}
.TagClassName
{
border-color: #8665CA;
}
</style>