Shades of True V #9482CD
Tints of True V #9482CD
RGB
CMYK
RGB Variations
Color information
#9482CD (or 0x9482CD) is known color: True V. HEX triplet: 94, 82 and CD. RGB value is (148,130,205). Sum of RGB (Red+Green+Blue) = 148+130+205=483 (63% of max value = 765). Red value is 148 (58.20% from 255 or 30.64% from 483); Green value is 130 (51.17% from 255 or 26.92% from 483); Blue value is 205 (80.47% from 255 or 42.44% from 483); Max value from RGB is 205 - color contains mainly: blue. Hex color #9482CD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9482CD is #6B7D32. Grayscale: #8F8F8F. Windows color (decimal): -7044403 or 13468308. OLE color: 13468308.
HSL color Cylindrical-coordinate representation of color #9482CD: hue angle of 254.4º degrees, saturation: 0.43, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #9482CD is Cyan = 0.28, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 148 | 130 | 205 | - |
| CMYK | 0.28 | 0.37 | 0 | 0.20 |
| HSL | 254.4º | 0.43% | 0.66% | - |
| HSV(B) | 254.4º | 0.37% | 0.8% | - |
| XYZ | 31.21 | 26.67 | 61.26 | - |
| YUV | 143.93 | 162.46 | 130.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 130 | 205 | 0.28 | 0.37 | 0 | 0.20 | 254.4 | 0.43 | 0.66 |
| Hex | 94 | 82 | CD | 1C | 25 | 0 | 14 | FE | 2B | 42 |
| Octal | 224 | 202 | 315 | 34 | 45 | 0 | 24 | 376 | 53 | 102 |
| Binary | 10010100 | 10000010 | 11001101 | 11100 | 100101 | 0 | 10100 | 11111110 | 101011 | 1000010 |
Color Harmonies of #9482CD
Complementary color
Monochromatic Colors of #9482CD
Black with #9482CD
Text Example
Text Example
White with #9482CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9482CD; }
p { color: rgb(148,130,205); }
H1.HeaderClassName
{
color: #9482CD;
}
.AnyTagClassName
{
color: #9482CD;
}
</style>
background-color css
<style>
a { background-color: #9482CD; }
a { background-color: rgb(148,130,205); }
div.DivClassName
{
background-color: #9482CD;
}
.BgClassName
{
background-color: #9482CD;
}
</style>
border-color css
<style>
span { border-color: #9482CD; }
span { border-color: rgb(148,130,205); }
td.TdClassName
{
border-color: #9482CD;
}
.TagClassName
{
border-color: #9482CD;
}
</style>