Shades of True V #9477CE
Tints of True V #9477CE
RGB
CMYK
RGB Variations
Color information
#9477CE (or 0x9477CE) is known color: True V. HEX triplet: 94, 77 and CE. RGB value is (148,119,206). Sum of RGB (Red+Green+Blue) = 148+119+206=473 (62% of max value = 765). Red value is 148 (58.20% from 255 or 31.29% from 473); Green value is 119 (46.88% from 255 or 25.16% from 473); Blue value is 206 (80.86% from 255 or 43.55% from 473); Max value from RGB is 206 - color contains mainly: blue. Hex color #9477CE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9477CE is #6B8831. Grayscale: #898989. Windows color (decimal): -7047218 or 13531028. OLE color: 13531028.
HSL color Cylindrical-coordinate representation of color #9477CE: hue angle of 260º degrees, saturation: 0.47, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #9477CE is Cyan = 0.28, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 148 | 119 | 206 | - |
| CMYK | 0.28 | 0.42 | 0 | 0.19 |
| HSL | 260º | 0.47% | 0.64% | - |
| HSV(B) | 260º | 0.42% | 0.81% | - |
| XYZ | 29.95 | 23.95 | 61.44 | - |
| YUV | 137.59 | 166.61 | 135.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 119 | 206 | 0.28 | 0.42 | 0 | 0.19 | 260 | 0.47 | 0.64 |
| Hex | 94 | 77 | CE | 1C | 2A | 0 | 13 | 104 | 2F | 40 |
| Octal | 224 | 167 | 316 | 34 | 52 | 0 | 23 | 404 | 57 | 100 |
| Binary | 10010100 | 1110111 | 11001110 | 11100 | 101010 | 0 | 10011 | 100000100 | 101111 | 1000000 |
Color Harmonies of #9477CE
Complementary color
Monochromatic Colors of #9477CE
Black with #9477CE
Text Example
Text Example
White with #9477CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9477CE; }
p { color: rgb(148,119,206); }
H1.HeaderClassName
{
color: #9477CE;
}
.AnyTagClassName
{
color: #9477CE;
}
</style>
background-color css
<style>
a { background-color: #9477CE; }
a { background-color: rgb(148,119,206); }
div.DivClassName
{
background-color: #9477CE;
}
.BgClassName
{
background-color: #9477CE;
}
</style>
border-color css
<style>
span { border-color: #9477CE; }
span { border-color: rgb(148,119,206); }
td.TdClassName
{
border-color: #9477CE;
}
.TagClassName
{
border-color: #9477CE;
}
</style>