Shades of True V #8965CC
Tints of True V #8965CC
RGB
CMYK
RGB Variations
Color information
#8965CC (or 0x8965CC) is known color: True V. HEX triplet: 89, 65 and CC. RGB value is (137,101,204). Sum of RGB (Red+Green+Blue) = 137+101+204=442 (58% of max value = 765). Red value is 137 (53.91% from 255 or 31.00% from 442); Green value is 101 (39.84% from 255 or 22.85% from 442); Blue value is 204 (80.08% from 255 or 46.15% from 442); Max value from RGB is 204 - color contains mainly: blue. Hex color #8965CC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8965CC is #769A33. Grayscale: #7B7B7B. Windows color (decimal): -7772724 or 13395337. OLE color: 13395337.
HSL color Cylindrical-coordinate representation of color #8965CC: hue angle of 260.97º 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 #8965CC is Cyan = 0.33, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 137 | 101 | 204 | - |
| CMYK | 0.33 | 0.50 | 0 | 0.2 |
| HSL | 260.97º | 0.5% | 0.6% | - |
| HSV(B) | 260.97º | 0.5% | 0.8% | - |
| XYZ | 25.87 | 18.99 | 59.43 | - |
| YUV | 123.51 | 173.43 | 137.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 101 | 204 | 0.33 | 0.50 | 0 | 0.2 | 260.97 | 0.5 | 0.6 |
| Hex | 89 | 65 | CC | 21 | 32 | 0 | 14 | 105 | 32 | 3C |
| Octal | 211 | 145 | 314 | 41 | 62 | 0 | 24 | 405 | 62 | 74 |
| Binary | 10001001 | 1100101 | 11001100 | 100001 | 110010 | 0 | 10100 | 100000101 | 110010 | 111100 |
Color Harmonies of #8965CC
Complementary color
Monochromatic Colors of #8965CC
Black with #8965CC
Text Example
Text Example
White with #8965CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8965CC; }
p { color: rgb(137,101,204); }
H1.HeaderClassName
{
color: #8965CC;
}
.AnyTagClassName
{
color: #8965CC;
}
</style>
background-color css
<style>
a { background-color: #8965CC; }
a { background-color: rgb(137,101,204); }
div.DivClassName
{
background-color: #8965CC;
}
.BgClassName
{
background-color: #8965CC;
}
</style>
border-color css
<style>
span { border-color: #8965CC; }
span { border-color: rgb(137,101,204); }
td.TdClassName
{
border-color: #8965CC;
}
.TagClassName
{
border-color: #8965CC;
}
</style>