Shades of True V #916BCE
Tints of True V #916BCE
RGB
CMYK
RGB Variations
Color information
#916BCE (or 0x916BCE) is known color: True V. HEX triplet: 91, 6B and CE. RGB value is (145,107,206). Sum of RGB (Red+Green+Blue) = 145+107+206=458 (60% of max value = 765). Red value is 145 (57.03% from 255 or 31.66% from 458); Green value is 107 (42.19% from 255 or 23.36% from 458); Blue value is 206 (80.86% from 255 or 44.98% from 458); Max value from RGB is 206 - color contains mainly: blue. Hex color #916BCE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #916BCE is #6E9431. Grayscale: #818181. Windows color (decimal): -7246898 or 13527953. OLE color: 13527953.
HSL color Cylindrical-coordinate representation of color #916BCE: hue angle of 263.03º degrees, saturation: 0.5, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #916BCE is Cyan = 0.30, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 145 | 107 | 206 | - |
| CMYK | 0.30 | 0.48 | 0 | 0.19 |
| HSL | 263.03º | 0.5% | 0.61% | - |
| HSV(B) | 263.03º | 0.48% | 0.81% | - |
| XYZ | 28.08 | 20.99 | 60.96 | - |
| YUV | 129.65 | 171.09 | 138.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 107 | 206 | 0.30 | 0.48 | 0 | 0.19 | 263.03 | 0.5 | 0.61 |
| Hex | 91 | 6B | CE | 1E | 30 | 0 | 13 | 107 | 32 | 3D |
| Octal | 221 | 153 | 316 | 36 | 60 | 0 | 23 | 407 | 62 | 75 |
| Binary | 10010001 | 1101011 | 11001110 | 11110 | 110000 | 0 | 10011 | 100000111 | 110010 | 111101 |
Color Harmonies of #916BCE
Complementary color
Monochromatic Colors of #916BCE
Black with #916BCE
Text Example
Text Example
White with #916BCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #916BCE; }
p { color: rgb(145,107,206); }
H1.HeaderClassName
{
color: #916BCE;
}
.AnyTagClassName
{
color: #916BCE;
}
</style>
background-color css
<style>
a { background-color: #916BCE; }
a { background-color: rgb(145,107,206); }
div.DivClassName
{
background-color: #916BCE;
}
.BgClassName
{
background-color: #916BCE;
}
</style>
border-color css
<style>
span { border-color: #916BCE; }
span { border-color: rgb(145,107,206); }
td.TdClassName
{
border-color: #916BCE;
}
.TagClassName
{
border-color: #916BCE;
}
</style>