Shades of True V #9471CF
Tints of True V #9471CF
RGB
CMYK
RGB Variations
Color information
#9471CF (or 0x9471CF) is known color: True V. HEX triplet: 94, 71 and CF. RGB value is (148,113,207). Sum of RGB (Red+Green+Blue) = 148+113+207=468 (61% of max value = 765). Red value is 148 (58.20% from 255 or 31.62% from 468); Green value is 113 (44.53% from 255 or 24.15% from 468); Blue value is 207 (81.25% from 255 or 44.23% from 468); Max value from RGB is 207 - color contains mainly: blue. Hex color #9471CF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9471CF is #6B8E30. Grayscale: #858585. Windows color (decimal): -7048753 or 13595028. OLE color: 13595028.
HSL color Cylindrical-coordinate representation of color #9471CF: hue angle of 262.34º degrees, saturation: 0.49, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #9471CF is Cyan = 0.29, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 148 | 113 | 207 | - |
| CMYK | 0.29 | 0.45 | 0 | 0.19 |
| HSL | 262.34º | 0.49% | 0.63% | - |
| HSV(B) | 262.34º | 0.45% | 0.81% | - |
| XYZ | 29.38 | 22.61 | 61.85 | - |
| YUV | 134.18 | 169.1 | 137.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 113 | 207 | 0.29 | 0.45 | 0 | 0.19 | 262.34 | 0.49 | 0.63 |
| Hex | 94 | 71 | CF | 1D | 2D | 0 | 13 | 106 | 31 | 3F |
| Octal | 224 | 161 | 317 | 35 | 55 | 0 | 23 | 406 | 61 | 77 |
| Binary | 10010100 | 1110001 | 11001111 | 11101 | 101101 | 0 | 10011 | 100000110 | 110001 | 111111 |
Color Harmonies of #9471CF
Complementary color
Monochromatic Colors of #9471CF
Black with #9471CF
Text Example
Text Example
White with #9471CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9471CF; }
p { color: rgb(148,113,207); }
H1.HeaderClassName
{
color: #9471CF;
}
.AnyTagClassName
{
color: #9471CF;
}
</style>
background-color css
<style>
a { background-color: #9471CF; }
a { background-color: rgb(148,113,207); }
div.DivClassName
{
background-color: #9471CF;
}
.BgClassName
{
background-color: #9471CF;
}
</style>
border-color css
<style>
span { border-color: #9471CF; }
span { border-color: rgb(148,113,207); }
td.TdClassName
{
border-color: #9471CF;
}
.TagClassName
{
border-color: #9471CF;
}
</style>