Shades of True V #9379C4
Tints of True V #9379C4
RGB
CMYK
RGB Variations
Color information
#9379C4 (or 0x9379C4) is known color: True V. HEX triplet: 93, 79 and C4. RGB value is (147,121,196). Sum of RGB (Red+Green+Blue) = 147+121+196=464 (61% of max value = 765). Red value is 147 (57.81% from 255 or 31.68% from 464); Green value is 121 (47.66% from 255 or 26.08% from 464); Blue value is 196 (76.95% from 255 or 42.24% from 464); Max value from RGB is 196 - color contains mainly: blue. Hex color #9379C4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9379C4 is #6C863B. Grayscale: #898989. Windows color (decimal): -7112252 or 12876179. OLE color: 12876179.
HSL color Cylindrical-coordinate representation of color #9379C4: hue angle of 260.8º degrees, saturation: 0.39, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #9379C4 is Cyan = 0.25, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 147 | 121 | 196 | - |
| CMYK | 0.25 | 0.38 | 0 | 0.23 |
| HSL | 260.8º | 0.39% | 0.62% | - |
| HSV(B) | 260.8º | 0.38% | 0.77% | - |
| XYZ | 28.83 | 23.86 | 55.31 | - |
| YUV | 137.32 | 161.11 | 134.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 121 | 196 | 0.25 | 0.38 | 0 | 0.23 | 260.8 | 0.39 | 0.62 |
| Hex | 93 | 79 | C4 | 19 | 26 | 0 | 17 | 105 | 27 | 3E |
| Octal | 223 | 171 | 304 | 31 | 46 | 0 | 27 | 405 | 47 | 76 |
| Binary | 10010011 | 1111001 | 11000100 | 11001 | 100110 | 0 | 10111 | 100000101 | 100111 | 111110 |
Color Harmonies of #9379C4
Complementary color
Monochromatic Colors of #9379C4
Black with #9379C4
Text Example
Text Example
White with #9379C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9379C4; }
p { color: rgb(147,121,196); }
H1.HeaderClassName
{
color: #9379C4;
}
.AnyTagClassName
{
color: #9379C4;
}
</style>
background-color css
<style>
a { background-color: #9379C4; }
a { background-color: rgb(147,121,196); }
div.DivClassName
{
background-color: #9379C4;
}
.BgClassName
{
background-color: #9379C4;
}
</style>
border-color css
<style>
span { border-color: #9379C4; }
span { border-color: rgb(147,121,196); }
td.TdClassName
{
border-color: #9379C4;
}
.TagClassName
{
border-color: #9379C4;
}
</style>