Shades of True V #9375CA
Tints of True V #9375CA
RGB
CMYK
RGB Variations
Color information
#9375CA (or 0x9375CA) is known color: True V. HEX triplet: 93, 75 and CA. RGB value is (147,117,202). Sum of RGB (Red+Green+Blue) = 147+117+202=466 (61% of max value = 765). Red value is 147 (57.81% from 255 or 31.55% from 466); Green value is 117 (46.09% from 255 or 25.11% from 466); Blue value is 202 (79.30% from 255 or 43.35% from 466); Max value from RGB is 202 - color contains mainly: blue. Hex color #9375CA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9375CA is #6C8A35. Grayscale: #878787. Windows color (decimal): -7113270 or 13268371. OLE color: 13268371.
HSL color Cylindrical-coordinate representation of color #9375CA: hue angle of 261.18º degrees, saturation: 0.45, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #9375CA is Cyan = 0.27, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 147 | 117 | 202 | - |
| CMYK | 0.27 | 0.42 | 0 | 0.21 |
| HSL | 261.18º | 0.45% | 0.63% | - |
| HSV(B) | 261.18º | 0.42% | 0.79% | - |
| XYZ | 29.05 | 23.19 | 58.82 | - |
| YUV | 135.66 | 165.44 | 136.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 117 | 202 | 0.27 | 0.42 | 0 | 0.21 | 261.18 | 0.45 | 0.63 |
| Hex | 93 | 75 | CA | 1B | 2A | 0 | 15 | 105 | 2D | 3F |
| Octal | 223 | 165 | 312 | 33 | 52 | 0 | 25 | 405 | 55 | 77 |
| Binary | 10010011 | 1110101 | 11001010 | 11011 | 101010 | 0 | 10101 | 100000101 | 101101 | 111111 |
Color Harmonies of #9375CA
Complementary color
Monochromatic Colors of #9375CA
Black with #9375CA
Text Example
Text Example
White with #9375CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9375CA; }
p { color: rgb(147,117,202); }
H1.HeaderClassName
{
color: #9375CA;
}
.AnyTagClassName
{
color: #9375CA;
}
</style>
background-color css
<style>
a { background-color: #9375CA; }
a { background-color: rgb(147,117,202); }
div.DivClassName
{
background-color: #9375CA;
}
.BgClassName
{
background-color: #9375CA;
}
</style>
border-color css
<style>
span { border-color: #9375CA; }
span { border-color: rgb(147,117,202); }
td.TdClassName
{
border-color: #9375CA;
}
.TagClassName
{
border-color: #9375CA;
}
</style>