Shades of True V #9481CD
Tints of True V #9481CD
RGB
CMYK
RGB Variations
Color information
#9481CD (or 0x9481CD) is known color: True V. HEX triplet: 94, 81 and CD. RGB value is (148,129,205). Sum of RGB (Red+Green+Blue) = 148+129+205=482 (63% of max value = 765). Red value is 148 (58.20% from 255 or 30.71% from 482); Green value is 129 (50.78% from 255 or 26.76% from 482); Blue value is 205 (80.47% from 255 or 42.53% from 482); Max value from RGB is 205 - color contains mainly: blue. Hex color #9481CD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9481CD is #6B7E32. Grayscale: #8F8F8F. Windows color (decimal): -7044659 or 13468052. OLE color: 13468052.
HSL color Cylindrical-coordinate representation of color #9481CD: hue angle of 255º degrees, saturation: 0.43, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #9481CD is Cyan = 0.28, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 148 | 129 | 205 | - |
| CMYK | 0.28 | 0.37 | 0 | 0.20 |
| HSL | 255º | 0.43% | 0.65% | - |
| HSV(B) | 255º | 0.37% | 0.8% | - |
| XYZ | 31.08 | 26.4 | 61.22 | - |
| YUV | 143.35 | 162.79 | 131.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 129 | 205 | 0.28 | 0.37 | 0 | 0.20 | 255 | 0.43 | 0.65 |
| Hex | 94 | 81 | CD | 1C | 25 | 0 | 14 | FF | 2B | 41 |
| Octal | 224 | 201 | 315 | 34 | 45 | 0 | 24 | 377 | 53 | 101 |
| Binary | 10010100 | 10000001 | 11001101 | 11100 | 100101 | 0 | 10100 | 11111111 | 101011 | 1000001 |
Color Harmonies of #9481CD
Complementary color
Monochromatic Colors of #9481CD
Black with #9481CD
Text Example
Text Example
White with #9481CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9481CD; }
p { color: rgb(148,129,205); }
H1.HeaderClassName
{
color: #9481CD;
}
.AnyTagClassName
{
color: #9481CD;
}
</style>
background-color css
<style>
a { background-color: #9481CD; }
a { background-color: rgb(148,129,205); }
div.DivClassName
{
background-color: #9481CD;
}
.BgClassName
{
background-color: #9481CD;
}
</style>
border-color css
<style>
span { border-color: #9481CD; }
span { border-color: rgb(148,129,205); }
td.TdClassName
{
border-color: #9481CD;
}
.TagClassName
{
border-color: #9481CD;
}
</style>