Shades of True V #9374CD
Tints of True V #9374CD
RGB
CMYK
RGB Variations
Color information
#9374CD (or 0x9374CD) is known color: True V. HEX triplet: 93, 74 and CD. RGB value is (147,116,205). Sum of RGB (Red+Green+Blue) = 147+116+205=468 (61% of max value = 765). Red value is 147 (57.81% from 255 or 31.41% from 468); Green value is 116 (45.70% from 255 or 24.79% from 468); Blue value is 205 (80.47% from 255 or 43.80% from 468); Max value from RGB is 205 - color contains mainly: blue. Hex color #9374CD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9374CD is #6C8B32. Grayscale: #878787. Windows color (decimal): -7113523 or 13464723. OLE color: 13464723.
HSL color Cylindrical-coordinate representation of color #9374CD: hue angle of 260.9º degrees, saturation: 0.47, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #9374CD is Cyan = 0.28, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 147 | 116 | 205 | - |
| CMYK | 0.28 | 0.43 | 0 | 0.20 |
| HSL | 260.9º | 0.47% | 0.63% | - |
| HSV(B) | 260.9º | 0.43% | 0.8% | - |
| XYZ | 29.3 | 23.1 | 60.67 | - |
| YUV | 135.42 | 167.27 | 136.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 116 | 205 | 0.28 | 0.43 | 0 | 0.20 | 260.9 | 0.47 | 0.63 |
| Hex | 93 | 74 | CD | 1C | 2B | 0 | 14 | 105 | 2F | 3F |
| Octal | 223 | 164 | 315 | 34 | 53 | 0 | 24 | 405 | 57 | 77 |
| Binary | 10010011 | 1110100 | 11001101 | 11100 | 101011 | 0 | 10100 | 100000101 | 101111 | 111111 |
Color Harmonies of #9374CD
Complementary color
Monochromatic Colors of #9374CD
Black with #9374CD
Text Example
Text Example
White with #9374CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9374CD; }
p { color: rgb(147,116,205); }
H1.HeaderClassName
{
color: #9374CD;
}
.AnyTagClassName
{
color: #9374CD;
}
</style>
background-color css
<style>
a { background-color: #9374CD; }
a { background-color: rgb(147,116,205); }
div.DivClassName
{
background-color: #9374CD;
}
.BgClassName
{
background-color: #9374CD;
}
</style>
border-color css
<style>
span { border-color: #9374CD; }
span { border-color: rgb(147,116,205); }
td.TdClassName
{
border-color: #9374CD;
}
.TagClassName
{
border-color: #9374CD;
}
</style>