Shades of True V #8C64CA
Tints of True V #8C64CA
RGB
CMYK
RGB Variations
Color information
#8C64CA (or 0x8C64CA) is known color: True V. HEX triplet: 8C, 64 and CA. RGB value is (140,100,202). Sum of RGB (Red+Green+Blue) = 140+100+202=442 (58% of max value = 765). Red value is 140 (55.08% from 255 or 31.67% from 442); Green value is 100 (39.45% from 255 or 22.62% from 442); Blue value is 202 (79.30% from 255 or 45.70% from 442); Max value from RGB is 202 - color contains mainly: blue. Hex color #8C64CA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8C64CA is #739B35. Grayscale: #7B7B7B. Windows color (decimal): -7576374 or 13264012. OLE color: 13264012.
HSL color Cylindrical-coordinate representation of color #8C64CA: hue angle of 263.53º 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 #8C64CA is Cyan = 0.31, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 140 | 100 | 202 | - |
| CMYK | 0.31 | 0.50 | 0 | 0.21 |
| HSL | 263.53º | 0.49% | 0.59% | - |
| HSV(B) | 263.53º | 0.5% | 0.79% | - |
| XYZ | 26.03 | 18.95 | 58.16 | - |
| YUV | 123.59 | 172.25 | 139.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 100 | 202 | 0.31 | 0.50 | 0 | 0.21 | 263.53 | 0.49 | 0.59 |
| Hex | 8C | 64 | CA | 1F | 32 | 0 | 15 | 108 | 31 | 3B |
| Octal | 214 | 144 | 312 | 37 | 62 | 0 | 25 | 410 | 61 | 73 |
| Binary | 10001100 | 1100100 | 11001010 | 11111 | 110010 | 0 | 10101 | 100001000 | 110001 | 111011 |
Color Harmonies of #8C64CA
Complementary color
Monochromatic Colors of #8C64CA
Black with #8C64CA
Text Example
Text Example
White with #8C64CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C64CA; }
p { color: rgb(140,100,202); }
H1.HeaderClassName
{
color: #8C64CA;
}
.AnyTagClassName
{
color: #8C64CA;
}
</style>
background-color css
<style>
a { background-color: #8C64CA; }
a { background-color: rgb(140,100,202); }
div.DivClassName
{
background-color: #8C64CA;
}
.BgClassName
{
background-color: #8C64CA;
}
</style>
border-color css
<style>
span { border-color: #8C64CA; }
span { border-color: rgb(140,100,202); }
td.TdClassName
{
border-color: #8C64CA;
}
.TagClassName
{
border-color: #8C64CA;
}
</style>