Shades of True V #9275CE
Tints of True V #9275CE
RGB
CMYK
RGB Variations
Color information
#9275CE (or 0x9275CE) is known color: True V. HEX triplet: 92, 75 and CE. RGB value is (146,117,206). Sum of RGB (Red+Green+Blue) = 146+117+206=469 (62% of max value = 765). Red value is 146 (57.42% from 255 or 31.13% from 469); Green value is 117 (46.09% from 255 or 24.95% from 469); Blue value is 206 (80.86% from 255 or 43.92% from 469); Max value from RGB is 206 - color contains mainly: blue. Hex color #9275CE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9275CE is #6D8A31. Grayscale: #878787. Windows color (decimal): -7178802 or 13530514. OLE color: 13530514.
HSL color Cylindrical-coordinate representation of color #9275CE: hue angle of 259.55º degrees, saturation: 0.48, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #9275CE is Cyan = 0.29, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 146 | 117 | 206 | - |
| CMYK | 0.29 | 0.43 | 0 | 0.19 |
| HSL | 259.55º | 0.48% | 0.63% | - |
| HSV(B) | 259.55º | 0.43% | 0.81% | - |
| XYZ | 29.36 | 23.29 | 61.34 | - |
| YUV | 135.82 | 167.61 | 135.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 117 | 206 | 0.29 | 0.43 | 0 | 0.19 | 259.55 | 0.48 | 0.63 |
| Hex | 92 | 75 | CE | 1D | 2B | 0 | 13 | 104 | 30 | 3F |
| Octal | 222 | 165 | 316 | 35 | 53 | 0 | 23 | 404 | 60 | 77 |
| Binary | 10010010 | 1110101 | 11001110 | 11101 | 101011 | 0 | 10011 | 100000100 | 110000 | 111111 |
Color Harmonies of #9275CE
Complementary color
Monochromatic Colors of #9275CE
Black with #9275CE
Text Example
Text Example
White with #9275CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9275CE; }
p { color: rgb(146,117,206); }
H1.HeaderClassName
{
color: #9275CE;
}
.AnyTagClassName
{
color: #9275CE;
}
</style>
background-color css
<style>
a { background-color: #9275CE; }
a { background-color: rgb(146,117,206); }
div.DivClassName
{
background-color: #9275CE;
}
.BgClassName
{
background-color: #9275CE;
}
</style>
border-color css
<style>
span { border-color: #9275CE; }
span { border-color: rgb(146,117,206); }
td.TdClassName
{
border-color: #9275CE;
}
.TagClassName
{
border-color: #9275CE;
}
</style>