Shades of True V #8C69CC
Tints of True V #8C69CC
RGB
CMYK
RGB Variations
Color information
#8C69CC (or 0x8C69CC) is known color: True V. HEX triplet: 8C, 69 and CC. RGB value is (140,105,204). Sum of RGB (Red+Green+Blue) = 140+105+204=449 (59% of max value = 765). Red value is 140 (55.08% from 255 or 31.18% from 449); Green value is 105 (41.41% from 255 or 23.39% from 449); Blue value is 204 (80.08% from 255 or 45.43% from 449); Max value from RGB is 204 - color contains mainly: blue. Hex color #8C69CC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8C69CC is #739633. Grayscale: #7E7E7E. Windows color (decimal): -7575092 or 13396364. OLE color: 13396364.
HSL color Cylindrical-coordinate representation of color #8C69CC: hue angle of 261.21º degrees, saturation: 0.49, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #8C69CC is Cyan = 0.31, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 140 | 105 | 204 | - |
| CMYK | 0.31 | 0.49 | 0 | 0.2 |
| HSL | 261.21º | 0.49% | 0.61% | - |
| HSV(B) | 261.21º | 0.49% | 0.8% | - |
| XYZ | 26.77 | 20.04 | 59.58 | - |
| YUV | 126.75 | 171.6 | 137.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 105 | 204 | 0.31 | 0.49 | 0 | 0.2 | 261.21 | 0.49 | 0.61 |
| Hex | 8C | 69 | CC | 1F | 31 | 0 | 14 | 105 | 31 | 3D |
| Octal | 214 | 151 | 314 | 37 | 61 | 0 | 24 | 405 | 61 | 75 |
| Binary | 10001100 | 1101001 | 11001100 | 11111 | 110001 | 0 | 10100 | 100000101 | 110001 | 111101 |
Color Harmonies of #8C69CC
Complementary color
Monochromatic Colors of #8C69CC
Black with #8C69CC
Text Example
Text Example
White with #8C69CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C69CC; }
p { color: rgb(140,105,204); }
H1.HeaderClassName
{
color: #8C69CC;
}
.AnyTagClassName
{
color: #8C69CC;
}
</style>
background-color css
<style>
a { background-color: #8C69CC; }
a { background-color: rgb(140,105,204); }
div.DivClassName
{
background-color: #8C69CC;
}
.BgClassName
{
background-color: #8C69CC;
}
</style>
border-color css
<style>
span { border-color: #8C69CC; }
span { border-color: rgb(140,105,204); }
td.TdClassName
{
border-color: #8C69CC;
}
.TagClassName
{
border-color: #8C69CC;
}
</style>