Shades of True V #947FD0
Tints of True V #947FD0
RGB
CMYK
RGB Variations
Color information
#947FD0 (or 0x947FD0) is known color: True V. HEX triplet: 94, 7F and D0. RGB value is (148,127,208). Sum of RGB (Red+Green+Blue) = 148+127+208=483 (63% of max value = 765). Red value is 148 (58.20% from 255 or 30.64% from 483); Green value is 127 (50% from 255 or 26.29% from 483); Blue value is 208 (81.64% from 255 or 43.06% from 483); Max value from RGB is 208 - color contains mainly: blue. Hex color #947FD0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #947FD0 is #6B802F. Grayscale: #8E8E8E. Windows color (decimal): -7045168 or 13664148. OLE color: 13664148.
HSL color Cylindrical-coordinate representation of color #947FD0: hue angle of 255.56º degrees, saturation: 0.46, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #947FD0 is Cyan = 0.29, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 148 | 127 | 208 | - |
| CMYK | 0.29 | 0.39 | 0 | 0.18 |
| HSL | 255.56º | 0.46% | 0.66% | - |
| HSV(B) | 255.56º | 0.39% | 0.82% | - |
| XYZ | 31.19 | 26.03 | 63.05 | - |
| YUV | 142.51 | 164.96 | 131.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 127 | 208 | 0.29 | 0.39 | 0 | 0.18 | 255.56 | 0.46 | 0.66 |
| Hex | 94 | 7F | D0 | 1D | 27 | 0 | 12 | 100 | 2E | 42 |
| Octal | 224 | 177 | 320 | 35 | 47 | 0 | 22 | 400 | 56 | 102 |
| Binary | 10010100 | 1111111 | 11010000 | 11101 | 100111 | 0 | 10010 | 100000000 | 101110 | 1000010 |
Color Harmonies of #947FD0
Complementary color
Monochromatic Colors of #947FD0
Black with #947FD0
Text Example
Text Example
White with #947FD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #947FD0; }
p { color: rgb(148,127,208); }
H1.HeaderClassName
{
color: #947FD0;
}
.AnyTagClassName
{
color: #947FD0;
}
</style>
background-color css
<style>
a { background-color: #947FD0; }
a { background-color: rgb(148,127,208); }
div.DivClassName
{
background-color: #947FD0;
}
.BgClassName
{
background-color: #947FD0;
}
</style>
border-color css
<style>
span { border-color: #947FD0; }
span { border-color: rgb(148,127,208); }
td.TdClassName
{
border-color: #947FD0;
}
.TagClassName
{
border-color: #947FD0;
}
</style>