Shades of True V #9376C6
Tints of True V #9376C6
RGB
CMYK
RGB Variations
Color information
#9376C6 (or 0x9376C6) is known color: True V. HEX triplet: 93, 76 and C6. RGB value is (147,118,198). Sum of RGB (Red+Green+Blue) = 147+118+198=463 (61% of max value = 765). Red value is 147 (57.81% from 255 or 31.75% from 463); Green value is 118 (46.48% from 255 or 25.49% from 463); Blue value is 198 (77.73% from 255 or 42.76% from 463); Max value from RGB is 198 - color contains mainly: blue. Hex color #9376C6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9376C6 is #6C8939. Grayscale: #878787. Windows color (decimal): -7113018 or 13006483. OLE color: 13006483.
HSL color Cylindrical-coordinate representation of color #9376C6: hue angle of 261.75º degrees, saturation: 0.41, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #9376C6 is Cyan = 0.26, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 147 | 118 | 198 | - |
| CMYK | 0.26 | 0.40 | 0 | 0.22 |
| HSL | 261.75º | 0.41% | 0.62% | - |
| HSV(B) | 261.75º | 0.4% | 0.78% | - |
| XYZ | 28.7 | 23.24 | 56.4 | - |
| YUV | 135.79 | 163.11 | 136 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 118 | 198 | 0.26 | 0.40 | 0 | 0.22 | 261.75 | 0.41 | 0.62 |
| Hex | 93 | 76 | C6 | 1A | 28 | 0 | 16 | 106 | 29 | 3E |
| Octal | 223 | 166 | 306 | 32 | 50 | 0 | 26 | 406 | 51 | 76 |
| Binary | 10010011 | 1110110 | 11000110 | 11010 | 101000 | 0 | 10110 | 100000110 | 101001 | 111110 |
Color Harmonies of #9376C6
Complementary color
Monochromatic Colors of #9376C6
Black with #9376C6
Text Example
Text Example
White with #9376C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9376C6; }
p { color: rgb(147,118,198); }
H1.HeaderClassName
{
color: #9376C6;
}
.AnyTagClassName
{
color: #9376C6;
}
</style>
background-color css
<style>
a { background-color: #9376C6; }
a { background-color: rgb(147,118,198); }
div.DivClassName
{
background-color: #9376C6;
}
.BgClassName
{
background-color: #9376C6;
}
</style>
border-color css
<style>
span { border-color: #9376C6; }
span { border-color: rgb(147,118,198); }
td.TdClassName
{
border-color: #9376C6;
}
.TagClassName
{
border-color: #9376C6;
}
</style>