Shades of True V #916CCD
Tints of True V #916CCD
RGB
CMYK
RGB Variations
Color information
#916CCD (or 0x916CCD) is known color: True V. HEX triplet: 91, 6C and CD. RGB value is (145,108,205). Sum of RGB (Red+Green+Blue) = 145+108+205=458 (60% of max value = 765). Red value is 145 (57.03% from 255 or 31.66% from 458); Green value is 108 (42.58% from 255 or 23.58% from 458); Blue value is 205 (80.47% from 255 or 44.76% from 458); Max value from RGB is 205 - color contains mainly: blue. Hex color #916CCD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #916CCD is #6E9332. Grayscale: #818181. Windows color (decimal): -7246643 or 13462673. OLE color: 13462673.
HSL color Cylindrical-coordinate representation of color #916CCD: hue angle of 262.89º degrees, saturation: 0.49, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #916CCD is Cyan = 0.29, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 145 | 108 | 205 | - |
| CMYK | 0.29 | 0.47 | 0 | 0.20 |
| HSL | 262.89º | 0.49% | 0.61% | - |
| HSV(B) | 262.89º | 0.47% | 0.8% | - |
| XYZ | 28.06 | 21.15 | 60.36 | - |
| YUV | 130.12 | 170.26 | 138.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 108 | 205 | 0.29 | 0.47 | 0 | 0.20 | 262.89 | 0.49 | 0.61 |
| Hex | 91 | 6C | CD | 1D | 2F | 0 | 14 | 107 | 31 | 3D |
| Octal | 221 | 154 | 315 | 35 | 57 | 0 | 24 | 407 | 61 | 75 |
| Binary | 10010001 | 1101100 | 11001101 | 11101 | 101111 | 0 | 10100 | 100000111 | 110001 | 111101 |
Color Harmonies of #916CCD
Complementary color
Monochromatic Colors of #916CCD
Black with #916CCD
Text Example
Text Example
White with #916CCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #916CCD; }
p { color: rgb(145,108,205); }
H1.HeaderClassName
{
color: #916CCD;
}
.AnyTagClassName
{
color: #916CCD;
}
</style>
background-color css
<style>
a { background-color: #916CCD; }
a { background-color: rgb(145,108,205); }
div.DivClassName
{
background-color: #916CCD;
}
.BgClassName
{
background-color: #916CCD;
}
</style>
border-color css
<style>
span { border-color: #916CCD; }
span { border-color: rgb(145,108,205); }
td.TdClassName
{
border-color: #916CCD;
}
.TagClassName
{
border-color: #916CCD;
}
</style>