Shades of True V #9382CF
Tints of True V #9382CF
RGB
CMYK
RGB Variations
Color information
#9382CF (or 0x9382CF) is known color: True V. HEX triplet: 93, 82 and CF. RGB value is (147,130,207). Sum of RGB (Red+Green+Blue) = 147+130+207=484 (64% of max value = 765). Red value is 147 (57.81% from 255 or 30.37% from 484); Green value is 130 (51.17% from 255 or 26.86% from 484); Blue value is 207 (81.25% from 255 or 42.77% from 484); Max value from RGB is 207 - color contains mainly: blue. Hex color #9382CF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9382CF is #6C7D30. Grayscale: #8F8F8F. Windows color (decimal): -7109937 or 13599379. OLE color: 13599379.
HSL color Cylindrical-coordinate representation of color #9382CF: hue angle of 253.25º degrees, saturation: 0.45, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #9382CF is Cyan = 0.29, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 147 | 130 | 207 | - |
| CMYK | 0.29 | 0.37 | 0 | 0.19 |
| HSL | 253.25º | 0.45% | 0.66% | - |
| HSV(B) | 253.25º | 0.37% | 0.81% | - |
| XYZ | 31.28 | 26.67 | 62.53 | - |
| YUV | 143.86 | 163.63 | 130.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 130 | 207 | 0.29 | 0.37 | 0 | 0.19 | 253.25 | 0.45 | 0.66 |
| Hex | 93 | 82 | CF | 1D | 25 | 0 | 13 | FD | 2D | 42 |
| Octal | 223 | 202 | 317 | 35 | 45 | 0 | 23 | 375 | 55 | 102 |
| Binary | 10010011 | 10000010 | 11001111 | 11101 | 100101 | 0 | 10011 | 11111101 | 101101 | 1000010 |
Color Harmonies of #9382CF
Complementary color
Monochromatic Colors of #9382CF
Black with #9382CF
Text Example
Text Example
White with #9382CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9382CF; }
p { color: rgb(147,130,207); }
H1.HeaderClassName
{
color: #9382CF;
}
.AnyTagClassName
{
color: #9382CF;
}
</style>
background-color css
<style>
a { background-color: #9382CF; }
a { background-color: rgb(147,130,207); }
div.DivClassName
{
background-color: #9382CF;
}
.BgClassName
{
background-color: #9382CF;
}
</style>
border-color css
<style>
span { border-color: #9382CF; }
span { border-color: rgb(147,130,207); }
td.TdClassName
{
border-color: #9382CF;
}
.TagClassName
{
border-color: #9382CF;
}
</style>