Shades of True V #9372CC
Tints of True V #9372CC
RGB
CMYK
RGB Variations
Color information
#9372CC (or 0x9372CC) is known color: True V. HEX triplet: 93, 72 and CC. RGB value is (147,114,204). Sum of RGB (Red+Green+Blue) = 147+114+204=465 (61% of max value = 765). Red value is 147 (57.81% from 255 or 31.61% from 465); Green value is 114 (44.92% from 255 or 24.52% from 465); Blue value is 204 (80.08% from 255 or 43.87% from 465); Max value from RGB is 204 - color contains mainly: blue. Hex color #9372CC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9372CC is #6C8D33. Grayscale: #858585. Windows color (decimal): -7114036 or 13398675. OLE color: 13398675.
HSL color Cylindrical-coordinate representation of color #9372CC: hue angle of 262º degrees, saturation: 0.47, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #9372CC is Cyan = 0.28, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 147 | 114 | 204 | - |
| CMYK | 0.28 | 0.44 | 0 | 0.2 |
| HSL | 262º | 0.47% | 0.62% | - |
| HSV(B) | 262º | 0.44% | 0.8% | - |
| XYZ | 28.95 | 22.6 | 59.96 | - |
| YUV | 134.13 | 167.43 | 137.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 114 | 204 | 0.28 | 0.44 | 0 | 0.2 | 262 | 0.47 | 0.62 |
| Hex | 93 | 72 | CC | 1C | 2C | 0 | 14 | 106 | 2F | 3E |
| Octal | 223 | 162 | 314 | 34 | 54 | 0 | 24 | 406 | 57 | 76 |
| Binary | 10010011 | 1110010 | 11001100 | 11100 | 101100 | 0 | 10100 | 100000110 | 101111 | 111110 |
Color Harmonies of #9372CC
Complementary color
Monochromatic Colors of #9372CC
Black with #9372CC
Text Example
Text Example
White with #9372CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9372CC; }
p { color: rgb(147,114,204); }
H1.HeaderClassName
{
color: #9372CC;
}
.AnyTagClassName
{
color: #9372CC;
}
</style>
background-color css
<style>
a { background-color: #9372CC; }
a { background-color: rgb(147,114,204); }
div.DivClassName
{
background-color: #9372CC;
}
.BgClassName
{
background-color: #9372CC;
}
</style>
border-color css
<style>
span { border-color: #9372CC; }
span { border-color: rgb(147,114,204); }
td.TdClassName
{
border-color: #9372CC;
}
.TagClassName
{
border-color: #9372CC;
}
</style>