Shades of True V #9376CE
Tints of True V #9376CE
RGB
CMYK
RGB Variations
Color information
#9376CE (or 0x9376CE) is known color: True V. HEX triplet: 93, 76 and CE. RGB value is (147,118,206). Sum of RGB (Red+Green+Blue) = 147+118+206=471 (62% of max value = 765). Red value is 147 (57.81% from 255 or 31.21% from 471); Green value is 118 (46.48% from 255 or 25.05% from 471); Blue value is 206 (80.86% from 255 or 43.74% from 471); Max value from RGB is 206 - color contains mainly: blue. Hex color #9376CE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9376CE is #6C8931. Grayscale: #888888. Windows color (decimal): -7113010 or 13530771. OLE color: 13530771.
HSL color Cylindrical-coordinate representation of color #9376CE: hue angle of 259.77º degrees, saturation: 0.47, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #9376CE is Cyan = 0.29, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 147 | 118 | 206 | - |
| CMYK | 0.29 | 0.43 | 0 | 0.19 |
| HSL | 259.77º | 0.47% | 0.64% | - |
| HSV(B) | 259.77º | 0.43% | 0.81% | - |
| XYZ | 29.65 | 23.62 | 61.39 | - |
| YUV | 136.7 | 167.11 | 135.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 118 | 206 | 0.29 | 0.43 | 0 | 0.19 | 259.77 | 0.47 | 0.64 |
| Hex | 93 | 76 | CE | 1D | 2B | 0 | 13 | 104 | 2F | 40 |
| Octal | 223 | 166 | 316 | 35 | 53 | 0 | 23 | 404 | 57 | 100 |
| Binary | 10010011 | 1110110 | 11001110 | 11101 | 101011 | 0 | 10011 | 100000100 | 101111 | 1000000 |
Color Harmonies of #9376CE
Complementary color
Monochromatic Colors of #9376CE
Black with #9376CE
Text Example
Text Example
White with #9376CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9376CE; }
p { color: rgb(147,118,206); }
H1.HeaderClassName
{
color: #9376CE;
}
.AnyTagClassName
{
color: #9376CE;
}
</style>
background-color css
<style>
a { background-color: #9376CE; }
a { background-color: rgb(147,118,206); }
div.DivClassName
{
background-color: #9376CE;
}
.BgClassName
{
background-color: #9376CE;
}
</style>
border-color css
<style>
span { border-color: #9376CE; }
span { border-color: rgb(147,118,206); }
td.TdClassName
{
border-color: #9376CE;
}
.TagClassName
{
border-color: #9376CE;
}
</style>