Shades of True V #9477CD
Tints of True V #9477CD
RGB
CMYK
RGB Variations
Color information
#9477CD (or 0x9477CD) is known color: True V. HEX triplet: 94, 77 and CD. RGB value is (148,119,205). Sum of RGB (Red+Green+Blue) = 148+119+205=472 (62% of max value = 765). Red value is 148 (58.20% from 255 or 31.36% from 472); Green value is 119 (46.88% from 255 or 25.21% from 472); Blue value is 205 (80.47% from 255 or 43.43% from 472); Max value from RGB is 205 - color contains mainly: blue. Hex color #9477CD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9477CD is #6B8832. Grayscale: #898989. Windows color (decimal): -7047219 or 13465492. OLE color: 13465492.
HSL color Cylindrical-coordinate representation of color #9477CD: hue angle of 260.23º 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 #9477CD is Cyan = 0.28, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 148 | 119 | 205 | - |
| CMYK | 0.28 | 0.42 | 0 | 0.20 |
| HSL | 260.23º | 0.46% | 0.64% | - |
| HSV(B) | 260.23º | 0.42% | 0.8% | - |
| XYZ | 29.83 | 23.9 | 60.8 | - |
| YUV | 137.48 | 166.11 | 135.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 119 | 205 | 0.28 | 0.42 | 0 | 0.20 | 260.23 | 0.46 | 0.64 |
| Hex | 94 | 77 | CD | 1C | 2A | 0 | 14 | 104 | 2E | 40 |
| Octal | 224 | 167 | 315 | 34 | 52 | 0 | 24 | 404 | 56 | 100 |
| Binary | 10010100 | 1110111 | 11001101 | 11100 | 101010 | 0 | 10100 | 100000100 | 101110 | 1000000 |
Color Harmonies of #9477CD
Complementary color
Monochromatic Colors of #9477CD
Black with #9477CD
Text Example
Text Example
White with #9477CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9477CD; }
p { color: rgb(148,119,205); }
H1.HeaderClassName
{
color: #9477CD;
}
.AnyTagClassName
{
color: #9477CD;
}
</style>
background-color css
<style>
a { background-color: #9477CD; }
a { background-color: rgb(148,119,205); }
div.DivClassName
{
background-color: #9477CD;
}
.BgClassName
{
background-color: #9477CD;
}
</style>
border-color css
<style>
span { border-color: #9477CD; }
span { border-color: rgb(148,119,205); }
td.TdClassName
{
border-color: #9477CD;
}
.TagClassName
{
border-color: #9477CD;
}
</style>