Shades of True V #9380CC
Tints of True V #9380CC
RGB
CMYK
RGB Variations
Color information
#9380CC (or 0x9380CC) is known color: True V. HEX triplet: 93, 80 and CC. RGB value is (147,128,204). Sum of RGB (Red+Green+Blue) = 147+128+204=479 (63% of max value = 765). Red value is 147 (57.81% from 255 or 30.69% from 479); Green value is 128 (50.39% from 255 or 26.72% from 479); Blue value is 204 (80.08% from 255 or 42.59% from 479); Max value from RGB is 204 - color contains mainly: blue. Hex color #9380CC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9380CC is #6C7F33. Grayscale: #8E8E8E. Windows color (decimal): -7110452 or 13402259. OLE color: 13402259.
HSL color Cylindrical-coordinate representation of color #9380CC: 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 #9380CC is Cyan = 0.28, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 147 | 128 | 204 | - |
| CMYK | 0.28 | 0.37 | 0 | 0.2 |
| HSL | 255º | 0.43% | 0.65% | - |
| HSV(B) | 255º | 0.37% | 0.8% | - |
| XYZ | 30.65 | 26 | 60.53 | - |
| YUV | 142.35 | 162.79 | 131.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 128 | 204 | 0.28 | 0.37 | 0 | 0.2 | 255 | 0.43 | 0.65 |
| Hex | 93 | 80 | CC | 1C | 25 | 0 | 14 | FF | 2B | 41 |
| Octal | 223 | 200 | 314 | 34 | 45 | 0 | 24 | 377 | 53 | 101 |
| Binary | 10010011 | 10000000 | 11001100 | 11100 | 100101 | 0 | 10100 | 11111111 | 101011 | 1000001 |
Color Harmonies of #9380CC
Complementary color
Monochromatic Colors of #9380CC
Black with #9380CC
Text Example
Text Example
White with #9380CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9380CC; }
p { color: rgb(147,128,204); }
H1.HeaderClassName
{
color: #9380CC;
}
.AnyTagClassName
{
color: #9380CC;
}
</style>
background-color css
<style>
a { background-color: #9380CC; }
a { background-color: rgb(147,128,204); }
div.DivClassName
{
background-color: #9380CC;
}
.BgClassName
{
background-color: #9380CC;
}
</style>
border-color css
<style>
span { border-color: #9380CC; }
span { border-color: rgb(147,128,204); }
td.TdClassName
{
border-color: #9380CC;
}
.TagClassName
{
border-color: #9380CC;
}
</style>