Shades of True V #9573CD
Tints of True V #9573CD
RGB
CMYK
RGB Variations
Color information
#9573CD (or 0x9573CD) is known color: True V. HEX triplet: 95, 73 and CD. RGB value is (149,115,205). Sum of RGB (Red+Green+Blue) = 149+115+205=469 (62% of max value = 765). Red value is 149 (58.59% from 255 or 31.77% from 469); Green value is 115 (45.31% from 255 or 24.52% from 469); Blue value is 205 (80.47% from 255 or 43.71% from 469); Max value from RGB is 205 - color contains mainly: blue. Hex color #9573CD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9573CD is #6A8C32. Grayscale: #878787. Windows color (decimal): -6982707 or 13464469. OLE color: 13464469.
HSL color Cylindrical-coordinate representation of color #9573CD: hue angle of 262.67º degrees, saturation: 0.47, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #9573CD is Cyan = 0.27, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 149 | 115 | 205 | - |
| CMYK | 0.27 | 0.44 | 0 | 0.20 |
| HSL | 262.67º | 0.47% | 0.63% | - |
| HSV(B) | 262.67º | 0.44% | 0.8% | - |
| XYZ | 29.54 | 23.06 | 60.65 | - |
| YUV | 135.43 | 167.26 | 137.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 115 | 205 | 0.27 | 0.44 | 0 | 0.20 | 262.67 | 0.47 | 0.63 |
| Hex | 95 | 73 | CD | 1B | 2C | 0 | 14 | 107 | 2F | 3F |
| Octal | 225 | 163 | 315 | 33 | 54 | 0 | 24 | 407 | 57 | 77 |
| Binary | 10010101 | 1110011 | 11001101 | 11011 | 101100 | 0 | 10100 | 100000111 | 101111 | 111111 |
Color Harmonies of #9573CD
Complementary color
Monochromatic Colors of #9573CD
Black with #9573CD
Text Example
Text Example
White with #9573CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9573CD; }
p { color: rgb(149,115,205); }
H1.HeaderClassName
{
color: #9573CD;
}
.AnyTagClassName
{
color: #9573CD;
}
</style>
background-color css
<style>
a { background-color: #9573CD; }
a { background-color: rgb(149,115,205); }
div.DivClassName
{
background-color: #9573CD;
}
.BgClassName
{
background-color: #9573CD;
}
</style>
border-color css
<style>
span { border-color: #9573CD; }
span { border-color: rgb(149,115,205); }
td.TdClassName
{
border-color: #9573CD;
}
.TagClassName
{
border-color: #9573CD;
}
</style>