Shades of True V #8965C2
Tints of True V #8965C2
RGB
CMYK
RGB Variations
Color information
#8965C2 (or 0x8965C2) is known color: True V. HEX triplet: 89, 65 and C2. RGB value is (137,101,194). Sum of RGB (Red+Green+Blue) = 137+101+194=432 (57% of max value = 765). Red value is 137 (53.91% from 255 or 31.71% from 432); Green value is 101 (39.84% from 255 or 23.38% from 432); Blue value is 194 (76.17% from 255 or 44.91% from 432); Max value from RGB is 194 - color contains mainly: blue. Hex color #8965C2 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8965C2 is #769A3D. Grayscale: #7A7A7A. Windows color (decimal): -7772734 or 12739977. OLE color: 12739977.
HSL color Cylindrical-coordinate representation of color #8965C2: hue angle of 263.23º degrees, saturation: 0.43, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #8965C2 is Cyan = 0.29, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 137 | 101 | 194 | - |
| CMYK | 0.29 | 0.48 | 0 | 0.24 |
| HSL | 263.23º | 0.43% | 0.58% | - |
| HSV(B) | 263.23º | 0.48% | 0.76% | - |
| XYZ | 24.71 | 18.52 | 53.31 | - |
| YUV | 122.37 | 168.43 | 138.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 101 | 194 | 0.29 | 0.48 | 0 | 0.24 | 263.23 | 0.43 | 0.58 |
| Hex | 89 | 65 | C2 | 1D | 30 | 0 | 18 | 107 | 2B | 3A |
| Octal | 211 | 145 | 302 | 35 | 60 | 0 | 30 | 407 | 53 | 72 |
| Binary | 10001001 | 1100101 | 11000010 | 11101 | 110000 | 0 | 11000 | 100000111 | 101011 | 111010 |
Color Harmonies of #8965C2
Complementary color
Monochromatic Colors of #8965C2
Black with #8965C2
Text Example
Text Example
White with #8965C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8965C2; }
p { color: rgb(137,101,194); }
H1.HeaderClassName
{
color: #8965C2;
}
.AnyTagClassName
{
color: #8965C2;
}
</style>
background-color css
<style>
a { background-color: #8965C2; }
a { background-color: rgb(137,101,194); }
div.DivClassName
{
background-color: #8965C2;
}
.BgClassName
{
background-color: #8965C2;
}
</style>
border-color css
<style>
span { border-color: #8965C2; }
span { border-color: rgb(137,101,194); }
td.TdClassName
{
border-color: #8965C2;
}
.TagClassName
{
border-color: #8965C2;
}
</style>