Shades of True V #947CCC
Tints of True V #947CCC
RGB
CMYK
RGB Variations
Color information
#947CCC (or 0x947CCC) is known color: True V. HEX triplet: 94, 7C and CC. RGB value is (148,124,204). Sum of RGB (Red+Green+Blue) = 148+124+204=476 (63% of max value = 765). Red value is 148 (58.20% from 255 or 31.09% from 476); Green value is 124 (48.83% from 255 or 26.05% from 476); Blue value is 204 (80.08% from 255 or 42.86% from 476); Max value from RGB is 204 - color contains mainly: blue. Hex color #947CCC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #947CCC is #6B8333. Grayscale: #8C8C8C. Windows color (decimal): -7045940 or 13401236. OLE color: 13401236.
HSL color Cylindrical-coordinate representation of color #947CCC: hue angle of 258º degrees, saturation: 0.44, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #947CCC is Cyan = 0.27, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 148 | 124 | 204 | - |
| CMYK | 0.27 | 0.39 | 0 | 0.2 |
| HSL | 258º | 0.44% | 0.64% | - |
| HSV(B) | 258º | 0.39% | 0.8% | - |
| XYZ | 30.32 | 25.07 | 60.37 | - |
| YUV | 140.3 | 163.95 | 133.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 124 | 204 | 0.27 | 0.39 | 0 | 0.2 | 258 | 0.44 | 0.64 |
| Hex | 94 | 7C | CC | 1B | 27 | 0 | 14 | 102 | 2C | 40 |
| Octal | 224 | 174 | 314 | 33 | 47 | 0 | 24 | 402 | 54 | 100 |
| Binary | 10010100 | 1111100 | 11001100 | 11011 | 100111 | 0 | 10100 | 100000010 | 101100 | 1000000 |
Color Harmonies of #947CCC
Complementary color
Monochromatic Colors of #947CCC
Black with #947CCC
Text Example
Text Example
White with #947CCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #947CCC; }
p { color: rgb(148,124,204); }
H1.HeaderClassName
{
color: #947CCC;
}
.AnyTagClassName
{
color: #947CCC;
}
</style>
background-color css
<style>
a { background-color: #947CCC; }
a { background-color: rgb(148,124,204); }
div.DivClassName
{
background-color: #947CCC;
}
.BgClassName
{
background-color: #947CCC;
}
</style>
border-color css
<style>
span { border-color: #947CCC; }
span { border-color: rgb(148,124,204); }
td.TdClassName
{
border-color: #947CCC;
}
.TagClassName
{
border-color: #947CCC;
}
</style>