Shades of True V #9473CC
Tints of True V #9473CC
RGB
CMYK
RGB Variations
Color information
#9473CC (or 0x9473CC) is known color: True V. HEX triplet: 94, 73 and CC. RGB value is (148,115,204). Sum of RGB (Red+Green+Blue) = 148+115+204=467 (61% of max value = 765). Red value is 148 (58.20% from 255 or 31.69% from 467); Green value is 115 (45.31% from 255 or 24.63% from 467); Blue value is 204 (80.08% from 255 or 43.68% from 467); Max value from RGB is 204 - color contains mainly: blue. Hex color #9473CC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9473CC is #6B8C33. Grayscale: #868686. Windows color (decimal): -7048244 or 13398932. OLE color: 13398932.
HSL color Cylindrical-coordinate representation of color #9473CC: hue angle of 262.25º degrees, saturation: 0.47, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #9473CC is Cyan = 0.27, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 148 | 115 | 204 | - |
| CMYK | 0.27 | 0.44 | 0 | 0.2 |
| HSL | 262.25º | 0.47% | 0.63% | - |
| HSV(B) | 262.25º | 0.44% | 0.8% | - |
| XYZ | 29.24 | 22.92 | 60.01 | - |
| YUV | 135.01 | 166.93 | 137.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 115 | 204 | 0.27 | 0.44 | 0 | 0.2 | 262.25 | 0.47 | 0.63 |
| Hex | 94 | 73 | CC | 1B | 2C | 0 | 14 | 106 | 2F | 3F |
| Octal | 224 | 163 | 314 | 33 | 54 | 0 | 24 | 406 | 57 | 77 |
| Binary | 10010100 | 1110011 | 11001100 | 11011 | 101100 | 0 | 10100 | 100000110 | 101111 | 111111 |
Color Harmonies of #9473CC
Complementary color
Monochromatic Colors of #9473CC
Black with #9473CC
Text Example
Text Example
White with #9473CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9473CC; }
p { color: rgb(148,115,204); }
H1.HeaderClassName
{
color: #9473CC;
}
.AnyTagClassName
{
color: #9473CC;
}
</style>
background-color css
<style>
a { background-color: #9473CC; }
a { background-color: rgb(148,115,204); }
div.DivClassName
{
background-color: #9473CC;
}
.BgClassName
{
background-color: #9473CC;
}
</style>
border-color css
<style>
span { border-color: #9473CC; }
span { border-color: rgb(148,115,204); }
td.TdClassName
{
border-color: #9473CC;
}
.TagClassName
{
border-color: #9473CC;
}
</style>