Shades of True V #907DCB
Tints of True V #907DCB
RGB
CMYK
RGB Variations
Color information
#907DCB (or 0x907DCB) is known color: True V. HEX triplet: 90, 7D and CB. RGB value is (144,125,203). Sum of RGB (Red+Green+Blue) = 144+125+203=472 (62% of max value = 765). Red value is 144 (56.64% from 255 or 30.51% from 472); Green value is 125 (49.22% from 255 or 26.48% from 472); Blue value is 203 (79.69% from 255 or 43.01% from 472); Max value from RGB is 203 - color contains mainly: blue. Hex color #907DCB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #907DCB is #6F8234. Grayscale: #8B8B8B. Windows color (decimal): -7307829 or 13335952. OLE color: 13335952.
HSL color Cylindrical-coordinate representation of color #907DCB: hue angle of 254.62º degrees, saturation: 0.43, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #907DCB is Cyan = 0.29, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 144 | 125 | 203 | - |
| CMYK | 0.29 | 0.38 | 0 | 0.20 |
| HSL | 254.62º | 0.43% | 0.64% | - |
| HSV(B) | 254.62º | 0.38% | 0.8% | - |
| XYZ | 29.61 | 24.91 | 59.75 | - |
| YUV | 139.57 | 163.79 | 131.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 125 | 203 | 0.29 | 0.38 | 0 | 0.20 | 254.62 | 0.43 | 0.64 |
| Hex | 90 | 7D | CB | 1D | 26 | 0 | 14 | FF | 2B | 40 |
| Octal | 220 | 175 | 313 | 35 | 46 | 0 | 24 | 377 | 53 | 100 |
| Binary | 10010000 | 1111101 | 11001011 | 11101 | 100110 | 0 | 10100 | 11111111 | 101011 | 1000000 |
Color Harmonies of #907DCB
Complementary color
Monochromatic Colors of #907DCB
Black with #907DCB
Text Example
Text Example
White with #907DCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #907DCB; }
p { color: rgb(144,125,203); }
H1.HeaderClassName
{
color: #907DCB;
}
.AnyTagClassName
{
color: #907DCB;
}
</style>
background-color css
<style>
a { background-color: #907DCB; }
a { background-color: rgb(144,125,203); }
div.DivClassName
{
background-color: #907DCB;
}
.BgClassName
{
background-color: #907DCB;
}
</style>
border-color css
<style>
span { border-color: #907DCB; }
span { border-color: rgb(144,125,203); }
td.TdClassName
{
border-color: #907DCB;
}
.TagClassName
{
border-color: #907DCB;
}
</style>