Shades of True V #9377CD
Tints of True V #9377CD
RGB
CMYK
RGB Variations
Color information
#9377CD (or 0x9377CD) is known color: True V. HEX triplet: 93, 77 and CD. RGB value is (147,119,205). Sum of RGB (Red+Green+Blue) = 147+119+205=471 (62% of max value = 765). Red value is 147 (57.81% from 255 or 31.21% from 471); Green value is 119 (46.88% from 255 or 25.27% from 471); Blue value is 205 (80.47% from 255 or 43.52% from 471); Max value from RGB is 205 - color contains mainly: blue. Hex color #9377CD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9377CD is #6C8832. Grayscale: #888888. Windows color (decimal): -7112755 or 13465491. OLE color: 13465491.
HSL color Cylindrical-coordinate representation of color #9377CD: hue angle of 259.53º degrees, saturation: 0.46, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #9377CD is Cyan = 0.28, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 147 | 119 | 205 | - |
| CMYK | 0.28 | 0.42 | 0 | 0.20 |
| HSL | 259.53º | 0.46% | 0.64% | - |
| HSV(B) | 259.53º | 0.42% | 0.8% | - |
| XYZ | 29.65 | 23.8 | 60.79 | - |
| YUV | 137.18 | 166.28 | 135.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 119 | 205 | 0.28 | 0.42 | 0 | 0.20 | 259.53 | 0.46 | 0.64 |
| Hex | 93 | 77 | CD | 1C | 2A | 0 | 14 | 104 | 2E | 40 |
| Octal | 223 | 167 | 315 | 34 | 52 | 0 | 24 | 404 | 56 | 100 |
| Binary | 10010011 | 1110111 | 11001101 | 11100 | 101010 | 0 | 10100 | 100000100 | 101110 | 1000000 |
Color Harmonies of #9377CD
Complementary color
Monochromatic Colors of #9377CD
Black with #9377CD
Text Example
Text Example
White with #9377CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9377CD; }
p { color: rgb(147,119,205); }
H1.HeaderClassName
{
color: #9377CD;
}
.AnyTagClassName
{
color: #9377CD;
}
</style>
background-color css
<style>
a { background-color: #9377CD; }
a { background-color: rgb(147,119,205); }
div.DivClassName
{
background-color: #9377CD;
}
.BgClassName
{
background-color: #9377CD;
}
</style>
border-color css
<style>
span { border-color: #9377CD; }
span { border-color: rgb(147,119,205); }
td.TdClassName
{
border-color: #9377CD;
}
.TagClassName
{
border-color: #9377CD;
}
</style>