Shades of True V #9375CF
Tints of True V #9375CF
RGB
CMYK
RGB Variations
Color information
#9375CF (or 0x9375CF) is known color: True V. HEX triplet: 93, 75 and CF. RGB value is (147,117,207). Sum of RGB (Red+Green+Blue) = 147+117+207=471 (62% of max value = 765). Red value is 147 (57.81% from 255 or 31.21% from 471); Green value is 117 (46.09% from 255 or 24.84% from 471); Blue value is 207 (81.25% from 255 or 43.95% from 471); Max value from RGB is 207 - color contains mainly: blue. Hex color #9375CF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9375CF is #6C8A30. Grayscale: #878787. Windows color (decimal): -7113265 or 13596051. OLE color: 13596051.
HSL color Cylindrical-coordinate representation of color #9375CF: hue angle of 260º degrees, saturation: 0.48, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #9375CF is Cyan = 0.29, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 147 | 117 | 207 | - |
| CMYK | 0.29 | 0.43 | 0 | 0.19 |
| HSL | 260º | 0.48% | 0.64% | - |
| HSV(B) | 260º | 0.43% | 0.81% | - |
| XYZ | 29.66 | 23.43 | 61.99 | - |
| YUV | 136.23 | 167.94 | 135.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 117 | 207 | 0.29 | 0.43 | 0 | 0.19 | 260 | 0.48 | 0.64 |
| Hex | 93 | 75 | CF | 1D | 2B | 0 | 13 | 104 | 30 | 40 |
| Octal | 223 | 165 | 317 | 35 | 53 | 0 | 23 | 404 | 60 | 100 |
| Binary | 10010011 | 1110101 | 11001111 | 11101 | 101011 | 0 | 10011 | 100000100 | 110000 | 1000000 |
Color Harmonies of #9375CF
Complementary color
Monochromatic Colors of #9375CF
Black with #9375CF
Text Example
Text Example
White with #9375CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9375CF; }
p { color: rgb(147,117,207); }
H1.HeaderClassName
{
color: #9375CF;
}
.AnyTagClassName
{
color: #9375CF;
}
</style>
background-color css
<style>
a { background-color: #9375CF; }
a { background-color: rgb(147,117,207); }
div.DivClassName
{
background-color: #9375CF;
}
.BgClassName
{
background-color: #9375CF;
}
</style>
border-color css
<style>
span { border-color: #9375CF; }
span { border-color: rgb(147,117,207); }
td.TdClassName
{
border-color: #9375CF;
}
.TagClassName
{
border-color: #9375CF;
}
</style>