Shades of True V #9472CC
Tints of True V #9472CC
RGB
CMYK
RGB Variations
Color information
#9472CC (or 0x9472CC) is known color: True V. HEX triplet: 94, 72 and CC. RGB value is (148,114,204). Sum of RGB (Red+Green+Blue) = 148+114+204=466 (61% of max value = 765). Red value is 148 (58.20% from 255 or 31.76% from 466); Green value is 114 (44.92% from 255 or 24.46% from 466); Blue value is 204 (80.08% from 255 or 43.78% from 466); Max value from RGB is 204 - color contains mainly: blue. Hex color #9472CC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9472CC is #6B8D33. Grayscale: #868686. Windows color (decimal): -7048500 or 13398676. OLE color: 13398676.
HSL color Cylindrical-coordinate representation of color #9472CC: hue angle of 262.67º degrees, saturation: 0.47, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #9472CC is Cyan = 0.27, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 148 | 114 | 204 | - |
| CMYK | 0.27 | 0.44 | 0 | 0.2 |
| HSL | 262.67º | 0.47% | 0.62% | - |
| HSV(B) | 262.67º | 0.44% | 0.8% | - |
| XYZ | 29.13 | 22.69 | 59.97 | - |
| YUV | 134.43 | 167.26 | 137.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 114 | 204 | 0.27 | 0.44 | 0 | 0.2 | 262.67 | 0.47 | 0.62 |
| Hex | 94 | 72 | CC | 1B | 2C | 0 | 14 | 107 | 2F | 3E |
| Octal | 224 | 162 | 314 | 33 | 54 | 0 | 24 | 407 | 57 | 76 |
| Binary | 10010100 | 1110010 | 11001100 | 11011 | 101100 | 0 | 10100 | 100000111 | 101111 | 111110 |
Color Harmonies of #9472CC
Complementary color
Monochromatic Colors of #9472CC
Black with #9472CC
Text Example
Text Example
White with #9472CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9472CC; }
p { color: rgb(148,114,204); }
H1.HeaderClassName
{
color: #9472CC;
}
.AnyTagClassName
{
color: #9472CC;
}
</style>
background-color css
<style>
a { background-color: #9472CC; }
a { background-color: rgb(148,114,204); }
div.DivClassName
{
background-color: #9472CC;
}
.BgClassName
{
background-color: #9472CC;
}
</style>
border-color css
<style>
span { border-color: #9472CC; }
span { border-color: rgb(148,114,204); }
td.TdClassName
{
border-color: #9472CC;
}
.TagClassName
{
border-color: #9472CC;
}
</style>