Shades of True V #9377CE
Tints of True V #9377CE
RGB
CMYK
RGB Variations
Color information
#9377CE (or 0x9377CE) is known color: True V. HEX triplet: 93, 77 and CE. RGB value is (147,119,206). Sum of RGB (Red+Green+Blue) = 147+119+206=472 (62% of max value = 765). Red value is 147 (57.81% from 255 or 31.14% from 472); Green value is 119 (46.88% from 255 or 25.21% from 472); Blue value is 206 (80.86% from 255 or 43.64% from 472); Max value from RGB is 206 - color contains mainly: blue. Hex color #9377CE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9377CE is #6C8831. Grayscale: #888888. Windows color (decimal): -7112754 or 13531027. OLE color: 13531027.
HSL color Cylindrical-coordinate representation of color #9377CE: hue angle of 259.31º degrees, saturation: 0.47, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #9377CE is Cyan = 0.29, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 147 | 119 | 206 | - |
| CMYK | 0.29 | 0.42 | 0 | 0.19 |
| HSL | 259.31º | 0.47% | 0.64% | - |
| HSV(B) | 259.31º | 0.42% | 0.81% | - |
| XYZ | 29.77 | 23.85 | 61.43 | - |
| YUV | 137.29 | 166.78 | 134.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 119 | 206 | 0.29 | 0.42 | 0 | 0.19 | 259.31 | 0.47 | 0.64 |
| Hex | 93 | 77 | CE | 1D | 2A | 0 | 13 | 103 | 2F | 40 |
| Octal | 223 | 167 | 316 | 35 | 52 | 0 | 23 | 403 | 57 | 100 |
| Binary | 10010011 | 1110111 | 11001110 | 11101 | 101010 | 0 | 10011 | 100000011 | 101111 | 1000000 |
Color Harmonies of #9377CE
Complementary color
Monochromatic Colors of #9377CE
Black with #9377CE
Text Example
Text Example
White with #9377CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9377CE; }
p { color: rgb(147,119,206); }
H1.HeaderClassName
{
color: #9377CE;
}
.AnyTagClassName
{
color: #9377CE;
}
</style>
background-color css
<style>
a { background-color: #9377CE; }
a { background-color: rgb(147,119,206); }
div.DivClassName
{
background-color: #9377CE;
}
.BgClassName
{
background-color: #9377CE;
}
</style>
border-color css
<style>
span { border-color: #9377CE; }
span { border-color: rgb(147,119,206); }
td.TdClassName
{
border-color: #9377CE;
}
.TagClassName
{
border-color: #9377CE;
}
</style>