Shades of True V #8971CD
Tints of True V #8971CD
RGB
CMYK
RGB Variations
Color information
#8971CD (or 0x8971CD) is known color: True V. HEX triplet: 89, 71 and CD. RGB value is (137,113,205). Sum of RGB (Red+Green+Blue) = 137+113+205=455 (60% of max value = 765). Red value is 137 (53.91% from 255 or 30.11% from 455); Green value is 113 (44.53% from 255 or 24.84% from 455); Blue value is 205 (80.47% from 255 or 45.05% from 455); Max value from RGB is 205 - color contains mainly: blue. Hex color #8971CD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8971CD is #768E32. Grayscale: #828282. Windows color (decimal): -7769651 or 13463945. OLE color: 13463945.
HSL color Cylindrical-coordinate representation of color #8971CD: hue angle of 255.65º degrees, saturation: 0.48, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #8971CD is Cyan = 0.33, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 137 | 113 | 205 | - |
| CMYK | 0.33 | 0.45 | 0 | 0.20 |
| HSL | 255.65º | 0.48% | 0.62% | - |
| HSV(B) | 255.65º | 0.45% | 0.8% | - |
| XYZ | 27.24 | 21.54 | 60.48 | - |
| YUV | 130.66 | 169.95 | 132.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 113 | 205 | 0.33 | 0.45 | 0 | 0.20 | 255.65 | 0.48 | 0.62 |
| Hex | 89 | 71 | CD | 21 | 2D | 0 | 14 | 100 | 30 | 3E |
| Octal | 211 | 161 | 315 | 41 | 55 | 0 | 24 | 400 | 60 | 76 |
| Binary | 10001001 | 1110001 | 11001101 | 100001 | 101101 | 0 | 10100 | 100000000 | 110000 | 111110 |
Color Harmonies of #8971CD
Complementary color
Monochromatic Colors of #8971CD
Black with #8971CD
Text Example
Text Example
White with #8971CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8971CD; }
p { color: rgb(137,113,205); }
H1.HeaderClassName
{
color: #8971CD;
}
.AnyTagClassName
{
color: #8971CD;
}
</style>
background-color css
<style>
a { background-color: #8971CD; }
a { background-color: rgb(137,113,205); }
div.DivClassName
{
background-color: #8971CD;
}
.BgClassName
{
background-color: #8971CD;
}
</style>
border-color css
<style>
span { border-color: #8971CD; }
span { border-color: rgb(137,113,205); }
td.TdClassName
{
border-color: #8971CD;
}
.TagClassName
{
border-color: #8971CD;
}
</style>