Shades of True V #907BCB
Tints of True V #907BCB
RGB
CMYK
RGB Variations
Color information
#907BCB (or 0x907BCB) is known color: True V. HEX triplet: 90, 7B and CB. RGB value is (144,123,203). Sum of RGB (Red+Green+Blue) = 144+123+203=470 (62% of max value = 765). Red value is 144 (56.64% from 255 or 30.64% from 470); Green value is 123 (48.44% from 255 or 26.17% from 470); Blue value is 203 (79.69% from 255 or 43.19% from 470); Max value from RGB is 203 - color contains mainly: blue. Hex color #907BCB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #907BCB is #6F8434. Grayscale: #8A8A8A. Windows color (decimal): -7308341 or 13335440. OLE color: 13335440.
HSL color Cylindrical-coordinate representation of color #907BCB: hue angle of 255.75º degrees, saturation: 0.43, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #907BCB is Cyan = 0.29, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 144 | 123 | 203 | - |
| CMYK | 0.29 | 0.39 | 0 | 0.20 |
| HSL | 255.75º | 0.43% | 0.64% | - |
| HSV(B) | 255.75º | 0.39% | 0.8% | - |
| XYZ | 29.36 | 24.41 | 59.66 | - |
| YUV | 138.4 | 164.46 | 132 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 123 | 203 | 0.29 | 0.39 | 0 | 0.20 | 255.75 | 0.43 | 0.64 |
| Hex | 90 | 7B | CB | 1D | 27 | 0 | 14 | 100 | 2B | 40 |
| Octal | 220 | 173 | 313 | 35 | 47 | 0 | 24 | 400 | 53 | 100 |
| Binary | 10010000 | 1111011 | 11001011 | 11101 | 100111 | 0 | 10100 | 100000000 | 101011 | 1000000 |
Color Harmonies of #907BCB
Complementary color
Monochromatic Colors of #907BCB
Black with #907BCB
Text Example
Text Example
White with #907BCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #907BCB; }
p { color: rgb(144,123,203); }
H1.HeaderClassName
{
color: #907BCB;
}
.AnyTagClassName
{
color: #907BCB;
}
</style>
background-color css
<style>
a { background-color: #907BCB; }
a { background-color: rgb(144,123,203); }
div.DivClassName
{
background-color: #907BCB;
}
.BgClassName
{
background-color: #907BCB;
}
</style>
border-color css
<style>
span { border-color: #907BCB; }
span { border-color: rgb(144,123,203); }
td.TdClassName
{
border-color: #907BCB;
}
.TagClassName
{
border-color: #907BCB;
}
</style>