Shades of True V #8967CC
Tints of True V #8967CC
RGB
CMYK
RGB Variations
Color information
#8967CC (or 0x8967CC) is known color: True V. HEX triplet: 89, 67 and CC. RGB value is (137,103,204). Sum of RGB (Red+Green+Blue) = 137+103+204=444 (58% of max value = 765). Red value is 137 (53.91% from 255 or 30.86% from 444); Green value is 103 (40.62% from 255 or 23.20% from 444); Blue value is 204 (80.08% from 255 or 45.95% from 444); Max value from RGB is 204 - color contains mainly: blue. Hex color #8967CC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8967CC is #769833. Grayscale: #7C7C7C. Windows color (decimal): -7772212 or 13395849. OLE color: 13395849.
HSL color Cylindrical-coordinate representation of color #8967CC: hue angle of 260.2º degrees, saturation: 0.5, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #8967CC is Cyan = 0.33, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 137 | 103 | 204 | - |
| CMYK | 0.33 | 0.50 | 0 | 0.2 |
| HSL | 260.2º | 0.5% | 0.6% | - |
| HSV(B) | 260.2º | 0.5% | 0.8% | - |
| XYZ | 26.07 | 19.38 | 59.49 | - |
| YUV | 124.68 | 172.76 | 136.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 103 | 204 | 0.33 | 0.50 | 0 | 0.2 | 260.2 | 0.5 | 0.6 |
| Hex | 89 | 67 | CC | 21 | 32 | 0 | 14 | 104 | 32 | 3C |
| Octal | 211 | 147 | 314 | 41 | 62 | 0 | 24 | 404 | 62 | 74 |
| Binary | 10001001 | 1100111 | 11001100 | 100001 | 110010 | 0 | 10100 | 100000100 | 110010 | 111100 |
Color Harmonies of #8967CC
Complementary color
Monochromatic Colors of #8967CC
Black with #8967CC
Text Example
Text Example
White with #8967CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8967CC; }
p { color: rgb(137,103,204); }
H1.HeaderClassName
{
color: #8967CC;
}
.AnyTagClassName
{
color: #8967CC;
}
</style>
background-color css
<style>
a { background-color: #8967CC; }
a { background-color: rgb(137,103,204); }
div.DivClassName
{
background-color: #8967CC;
}
.BgClassName
{
background-color: #8967CC;
}
</style>
border-color css
<style>
span { border-color: #8967CC; }
span { border-color: rgb(137,103,204); }
td.TdClassName
{
border-color: #8967CC;
}
.TagClassName
{
border-color: #8967CC;
}
</style>