Shades of True V #8D65CB
Tints of True V #8D65CB
RGB
CMYK
RGB Variations
Color information
#8D65CB (or 0x8D65CB) is known color: True V. HEX triplet: 8D, 65 and CB. RGB value is (141,101,203). Sum of RGB (Red+Green+Blue) = 141+101+203=445 (58% of max value = 765). Red value is 141 (55.47% from 255 or 31.69% from 445); Green value is 101 (39.84% from 255 or 22.70% from 445); Blue value is 203 (79.69% from 255 or 45.62% from 445); Max value from RGB is 203 - color contains mainly: blue. Hex color #8D65CB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8D65CB is #729A34. Grayscale: #7C7C7C. Windows color (decimal): -7510581 or 13329805. OLE color: 13329805.
HSL color Cylindrical-coordinate representation of color #8D65CB: hue angle of 263.53º 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 #8D65CB is Cyan = 0.31, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 141 | 101 | 203 | - |
| CMYK | 0.31 | 0.50 | 0 | 0.20 |
| HSL | 263.53º | 0.5% | 0.6% | - |
| HSV(B) | 263.53º | 0.5% | 0.8% | - |
| XYZ | 26.42 | 19.28 | 58.83 | - |
| YUV | 124.59 | 172.25 | 139.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 101 | 203 | 0.31 | 0.50 | 0 | 0.20 | 263.53 | 0.5 | 0.6 |
| Hex | 8D | 65 | CB | 1F | 32 | 0 | 14 | 108 | 32 | 3C |
| Octal | 215 | 145 | 313 | 37 | 62 | 0 | 24 | 410 | 62 | 74 |
| Binary | 10001101 | 1100101 | 11001011 | 11111 | 110010 | 0 | 10100 | 100001000 | 110010 | 111100 |
Color Harmonies of #8D65CB
Complementary color
Monochromatic Colors of #8D65CB
Black with #8D65CB
Text Example
Text Example
White with #8D65CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D65CB; }
p { color: rgb(141,101,203); }
H1.HeaderClassName
{
color: #8D65CB;
}
.AnyTagClassName
{
color: #8D65CB;
}
</style>
background-color css
<style>
a { background-color: #8D65CB; }
a { background-color: rgb(141,101,203); }
div.DivClassName
{
background-color: #8D65CB;
}
.BgClassName
{
background-color: #8D65CB;
}
</style>
border-color css
<style>
span { border-color: #8D65CB; }
span { border-color: rgb(141,101,203); }
td.TdClassName
{
border-color: #8D65CB;
}
.TagClassName
{
border-color: #8D65CB;
}
</style>