Shades of True V #9383CE
Tints of True V #9383CE
RGB
CMYK
RGB Variations
Color information
#9383CE (or 0x9383CE) is known color: True V. HEX triplet: 93, 83 and CE. RGB value is (147,131,206). Sum of RGB (Red+Green+Blue) = 147+131+206=484 (64% of max value = 765). Red value is 147 (57.81% from 255 or 30.37% from 484); Green value is 131 (51.56% from 255 or 27.07% from 484); Blue value is 206 (80.86% from 255 or 42.56% from 484); Max value from RGB is 206 - color contains mainly: blue. Hex color #9383CE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9383CE is #6C7C31. Grayscale: #909090. Windows color (decimal): -7109682 or 13534099. OLE color: 13534099.
HSL color Cylindrical-coordinate representation of color #9383CE: hue angle of 252.8º degrees, saturation: 0.43, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #9383CE is Cyan = 0.29, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 147 | 131 | 206 | - |
| CMYK | 0.29 | 0.36 | 0 | 0.19 |
| HSL | 252.8º | 0.43% | 0.66% | - |
| HSV(B) | 252.8º | 0.36% | 0.81% | - |
| XYZ | 31.29 | 26.89 | 61.93 | - |
| YUV | 144.33 | 162.8 | 129.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 131 | 206 | 0.29 | 0.36 | 0 | 0.19 | 252.8 | 0.43 | 0.66 |
| Hex | 93 | 83 | CE | 1D | 24 | 0 | 13 | FD | 2B | 42 |
| Octal | 223 | 203 | 316 | 35 | 44 | 0 | 23 | 375 | 53 | 102 |
| Binary | 10010011 | 10000011 | 11001110 | 11101 | 100100 | 0 | 10011 | 11111101 | 101011 | 1000010 |
Color Harmonies of #9383CE
Complementary color
Monochromatic Colors of #9383CE
Black with #9383CE
Text Example
Text Example
White with #9383CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9383CE; }
p { color: rgb(147,131,206); }
H1.HeaderClassName
{
color: #9383CE;
}
.AnyTagClassName
{
color: #9383CE;
}
</style>
background-color css
<style>
a { background-color: #9383CE; }
a { background-color: rgb(147,131,206); }
div.DivClassName
{
background-color: #9383CE;
}
.BgClassName
{
background-color: #9383CE;
}
</style>
border-color css
<style>
span { border-color: #9383CE; }
span { border-color: rgb(147,131,206); }
td.TdClassName
{
border-color: #9383CE;
}
.TagClassName
{
border-color: #9383CE;
}
</style>