Shades of True V #9379CE
Tints of True V #9379CE
RGB
CMYK
RGB Variations
Color information
#9379CE (or 0x9379CE) is known color: True V. HEX triplet: 93, 79 and CE. RGB value is (147,121,206). Sum of RGB (Red+Green+Blue) = 147+121+206=474 (62% of max value = 765). Red value is 147 (57.81% from 255 or 31.01% from 474); Green value is 121 (47.66% from 255 or 25.53% from 474); Blue value is 206 (80.86% from 255 or 43.46% from 474); Max value from RGB is 206 - color contains mainly: blue. Hex color #9379CE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9379CE is #6C8631. Grayscale: #8A8A8A. Windows color (decimal): -7112242 or 13531539. OLE color: 13531539.
HSL color Cylindrical-coordinate representation of color #9379CE: hue angle of 258.35º degrees, saturation: 0.46, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #9379CE is Cyan = 0.29, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 147 | 121 | 206 | - |
| CMYK | 0.29 | 0.41 | 0 | 0.19 |
| HSL | 258.35º | 0.46% | 0.64% | - |
| HSV(B) | 258.35º | 0.41% | 0.81% | - |
| XYZ | 30.01 | 24.33 | 61.51 | - |
| YUV | 138.46 | 166.11 | 134.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 121 | 206 | 0.29 | 0.41 | 0 | 0.19 | 258.35 | 0.46 | 0.64 |
| Hex | 93 | 79 | CE | 1D | 29 | 0 | 13 | 102 | 2E | 40 |
| Octal | 223 | 171 | 316 | 35 | 51 | 0 | 23 | 402 | 56 | 100 |
| Binary | 10010011 | 1111001 | 11001110 | 11101 | 101001 | 0 | 10011 | 100000010 | 101110 | 1000000 |
Color Harmonies of #9379CE
Complementary color
Monochromatic Colors of #9379CE
Black with #9379CE
Text Example
Text Example
White with #9379CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9379CE; }
p { color: rgb(147,121,206); }
H1.HeaderClassName
{
color: #9379CE;
}
.AnyTagClassName
{
color: #9379CE;
}
</style>
background-color css
<style>
a { background-color: #9379CE; }
a { background-color: rgb(147,121,206); }
div.DivClassName
{
background-color: #9379CE;
}
.BgClassName
{
background-color: #9379CE;
}
</style>
border-color css
<style>
span { border-color: #9379CE; }
span { border-color: rgb(147,121,206); }
td.TdClassName
{
border-color: #9379CE;
}
.TagClassName
{
border-color: #9379CE;
}
</style>