Shades of True V #9475CF
Tints of True V #9475CF
RGB
CMYK
RGB Variations
Color information
#9475CF (or 0x9475CF) is known color: True V. HEX triplet: 94, 75 and CF. RGB value is (148,117,207). Sum of RGB (Red+Green+Blue) = 148+117+207=472 (62% of max value = 765). Red value is 148 (58.20% from 255 or 31.36% from 472); Green value is 117 (46.09% from 255 or 24.79% from 472); Blue value is 207 (81.25% from 255 or 43.86% from 472); Max value from RGB is 207 - color contains mainly: blue. Hex color #9475CF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9475CF is #6B8A30. Grayscale: #888888. Windows color (decimal): -7047729 or 13596052. OLE color: 13596052.
HSL color Cylindrical-coordinate representation of color #9475CF: hue angle of 260.67º 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 #9475CF is Cyan = 0.29, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 148 | 117 | 207 | - |
| CMYK | 0.29 | 0.43 | 0 | 0.19 |
| HSL | 260.67º | 0.48% | 0.64% | - |
| HSV(B) | 260.67º | 0.43% | 0.81% | - |
| XYZ | 29.84 | 23.52 | 62 | - |
| YUV | 136.53 | 167.77 | 136.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 117 | 207 | 0.29 | 0.43 | 0 | 0.19 | 260.67 | 0.48 | 0.64 |
| Hex | 94 | 75 | CF | 1D | 2B | 0 | 13 | 105 | 30 | 40 |
| Octal | 224 | 165 | 317 | 35 | 53 | 0 | 23 | 405 | 60 | 100 |
| Binary | 10010100 | 1110101 | 11001111 | 11101 | 101011 | 0 | 10011 | 100000101 | 110000 | 1000000 |
Color Harmonies of #9475CF
Complementary color
Monochromatic Colors of #9475CF
Black with #9475CF
Text Example
Text Example
White with #9475CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9475CF; }
p { color: rgb(148,117,207); }
H1.HeaderClassName
{
color: #9475CF;
}
.AnyTagClassName
{
color: #9475CF;
}
</style>
background-color css
<style>
a { background-color: #9475CF; }
a { background-color: rgb(148,117,207); }
div.DivClassName
{
background-color: #9475CF;
}
.BgClassName
{
background-color: #9475CF;
}
</style>
border-color css
<style>
span { border-color: #9475CF; }
span { border-color: rgb(148,117,207); }
td.TdClassName
{
border-color: #9475CF;
}
.TagClassName
{
border-color: #9475CF;
}
</style>