Shades of True V #947AD0
Tints of True V #947AD0
RGB
CMYK
RGB Variations
Color information
#947AD0 (or 0x947AD0) is known color: True V. HEX triplet: 94, 7A and D0. RGB value is (148,122,208). Sum of RGB (Red+Green+Blue) = 148+122+208=478 (63% of max value = 765). Red value is 148 (58.20% from 255 or 30.96% from 478); Green value is 122 (48.05% from 255 or 25.52% from 478); Blue value is 208 (81.64% from 255 or 43.51% from 478); Max value from RGB is 208 - color contains mainly: blue. Hex color #947AD0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #947AD0 is #6B852F. Grayscale: #8B8B8B. Windows color (decimal): -7046448 or 13662868. OLE color: 13662868.
HSL color Cylindrical-coordinate representation of color #947AD0: hue angle of 258.14º degrees, saturation: 0.48, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #947AD0 is Cyan = 0.29, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 148 | 122 | 208 | - |
| CMYK | 0.29 | 0.41 | 0 | 0.18 |
| HSL | 258.14º | 0.48% | 0.65% | - |
| HSV(B) | 258.14º | 0.41% | 0.82% | - |
| XYZ | 30.56 | 24.77 | 62.84 | - |
| YUV | 139.58 | 166.61 | 134.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 122 | 208 | 0.29 | 0.41 | 0 | 0.18 | 258.14 | 0.48 | 0.65 |
| Hex | 94 | 7A | D0 | 1D | 29 | 0 | 12 | 102 | 30 | 41 |
| Octal | 224 | 172 | 320 | 35 | 51 | 0 | 22 | 402 | 60 | 101 |
| Binary | 10010100 | 1111010 | 11010000 | 11101 | 101001 | 0 | 10010 | 100000010 | 110000 | 1000001 |
Color Harmonies of #947AD0
Complementary color
Monochromatic Colors of #947AD0
Black with #947AD0
Text Example
Text Example
White with #947AD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #947AD0; }
p { color: rgb(148,122,208); }
H1.HeaderClassName
{
color: #947AD0;
}
.AnyTagClassName
{
color: #947AD0;
}
</style>
background-color css
<style>
a { background-color: #947AD0; }
a { background-color: rgb(148,122,208); }
div.DivClassName
{
background-color: #947AD0;
}
.BgClassName
{
background-color: #947AD0;
}
</style>
border-color css
<style>
span { border-color: #947AD0; }
span { border-color: rgb(148,122,208); }
td.TdClassName
{
border-color: #947AD0;
}
.TagClassName
{
border-color: #947AD0;
}
</style>