Shades of True V #9379C6
Tints of True V #9379C6
RGB
CMYK
RGB Variations
Color information
#9379C6 (or 0x9379C6) is known color: True V. HEX triplet: 93, 79 and C6. RGB value is (147,121,198). Sum of RGB (Red+Green+Blue) = 147+121+198=466 (61% of max value = 765). Red value is 147 (57.81% from 255 or 31.55% from 466); Green value is 121 (47.66% from 255 or 25.97% from 466); Blue value is 198 (77.73% from 255 or 42.49% from 466); Max value from RGB is 198 - color contains mainly: blue. Hex color #9379C6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9379C6 is #6C8639. Grayscale: #898989. Windows color (decimal): -7112250 or 13007251. OLE color: 13007251.
HSL color Cylindrical-coordinate representation of color #9379C6: hue angle of 260.26º degrees, saturation: 0.4, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #9379C6 is Cyan = 0.26, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 147 | 121 | 198 | - |
| CMYK | 0.26 | 0.39 | 0 | 0.22 |
| HSL | 260.26º | 0.4% | 0.63% | - |
| HSV(B) | 260.26º | 0.39% | 0.78% | - |
| XYZ | 29.06 | 23.96 | 56.52 | - |
| YUV | 137.55 | 162.11 | 134.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 121 | 198 | 0.26 | 0.39 | 0 | 0.22 | 260.26 | 0.4 | 0.63 |
| Hex | 93 | 79 | C6 | 1A | 27 | 0 | 16 | 104 | 28 | 3F |
| Octal | 223 | 171 | 306 | 32 | 47 | 0 | 26 | 404 | 50 | 77 |
| Binary | 10010011 | 1111001 | 11000110 | 11010 | 100111 | 0 | 10110 | 100000100 | 101000 | 111111 |
Color Harmonies of #9379C6
Complementary color
Monochromatic Colors of #9379C6
Black with #9379C6
Text Example
Text Example
White with #9379C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9379C6; }
p { color: rgb(147,121,198); }
H1.HeaderClassName
{
color: #9379C6;
}
.AnyTagClassName
{
color: #9379C6;
}
</style>
background-color css
<style>
a { background-color: #9379C6; }
a { background-color: rgb(147,121,198); }
div.DivClassName
{
background-color: #9379C6;
}
.BgClassName
{
background-color: #9379C6;
}
</style>
border-color css
<style>
span { border-color: #9379C6; }
span { border-color: rgb(147,121,198); }
td.TdClassName
{
border-color: #9379C6;
}
.TagClassName
{
border-color: #9379C6;
}
</style>