Shades of True V #9275CF
Tints of True V #9275CF
RGB
CMYK
RGB Variations
Color information
#9275CF (or 0x9275CF) is known color: True V. HEX triplet: 92, 75 and CF. RGB value is (146,117,207). Sum of RGB (Red+Green+Blue) = 146+117+207=470 (62% of max value = 765). Red value is 146 (57.42% from 255 or 31.06% from 470); Green value is 117 (46.09% from 255 or 24.89% from 470); Blue value is 207 (81.25% from 255 or 44.04% from 470); Max value from RGB is 207 - color contains mainly: blue. Hex color #9275CF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9275CF is #6D8A30. Grayscale: #878787. Windows color (decimal): -7178801 or 13596050. OLE color: 13596050.
HSL color Cylindrical-coordinate representation of color #9275CF: hue angle of 259.33º 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 #9275CF is Cyan = 0.29, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 146 | 117 | 207 | - |
| CMYK | 0.29 | 0.43 | 0 | 0.19 |
| HSL | 259.33º | 0.48% | 0.64% | - |
| HSV(B) | 259.33º | 0.43% | 0.81% | - |
| XYZ | 29.48 | 23.34 | 61.98 | - |
| YUV | 135.93 | 168.11 | 135.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 117 | 207 | 0.29 | 0.43 | 0 | 0.19 | 259.33 | 0.48 | 0.64 |
| Hex | 92 | 75 | CF | 1D | 2B | 0 | 13 | 103 | 30 | 40 |
| Octal | 222 | 165 | 317 | 35 | 53 | 0 | 23 | 403 | 60 | 100 |
| Binary | 10010010 | 1110101 | 11001111 | 11101 | 101011 | 0 | 10011 | 100000011 | 110000 | 1000000 |
Color Harmonies of #9275CF
Complementary color
Monochromatic Colors of #9275CF
Black with #9275CF
Text Example
Text Example
White with #9275CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9275CF; }
p { color: rgb(146,117,207); }
H1.HeaderClassName
{
color: #9275CF;
}
.AnyTagClassName
{
color: #9275CF;
}
</style>
background-color css
<style>
a { background-color: #9275CF; }
a { background-color: rgb(146,117,207); }
div.DivClassName
{
background-color: #9275CF;
}
.BgClassName
{
background-color: #9275CF;
}
</style>
border-color css
<style>
span { border-color: #9275CF; }
span { border-color: rgb(146,117,207); }
td.TdClassName
{
border-color: #9275CF;
}
.TagClassName
{
border-color: #9275CF;
}
</style>