Shades of True V #967BCB
Tints of True V #967BCB
RGB
CMYK
RGB Variations
Color information
#967BCB (or 0x967BCB) is known color: True V. HEX triplet: 96, 7B and CB. RGB value is (150,123,203). Sum of RGB (Red+Green+Blue) = 150+123+203=476 (63% of max value = 765). Red value is 150 (58.98% from 255 or 31.51% from 476); Green value is 123 (48.44% from 255 or 25.84% from 476); Blue value is 203 (79.69% from 255 or 42.65% from 476); Max value from RGB is 203 - color contains mainly: blue. Hex color #967BCB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #967BCB is #698434. Grayscale: #8B8B8B. Windows color (decimal): -6915125 or 13335446. OLE color: 13335446.
HSL color Cylindrical-coordinate representation of color #967BCB: hue angle of 260.25º 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 #967BCB is Cyan = 0.26, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 150 | 123 | 203 | - |
| CMYK | 0.26 | 0.39 | 0 | 0.20 |
| HSL | 260.25º | 0.43% | 0.64% | - |
| HSV(B) | 260.25º | 0.39% | 0.8% | - |
| XYZ | 30.44 | 24.96 | 59.71 | - |
| YUV | 140.19 | 163.45 | 135 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 123 | 203 | 0.26 | 0.39 | 0 | 0.20 | 260.25 | 0.43 | 0.64 |
| Hex | 96 | 7B | CB | 1A | 27 | 0 | 14 | 104 | 2B | 40 |
| Octal | 226 | 173 | 313 | 32 | 47 | 0 | 24 | 404 | 53 | 100 |
| Binary | 10010110 | 1111011 | 11001011 | 11010 | 100111 | 0 | 10100 | 100000100 | 101011 | 1000000 |
Color Harmonies of #967BCB
Complementary color
Monochromatic Colors of #967BCB
Black with #967BCB
Text Example
Text Example
White with #967BCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #967BCB; }
p { color: rgb(150,123,203); }
H1.HeaderClassName
{
color: #967BCB;
}
.AnyTagClassName
{
color: #967BCB;
}
</style>
background-color css
<style>
a { background-color: #967BCB; }
a { background-color: rgb(150,123,203); }
div.DivClassName
{
background-color: #967BCB;
}
.BgClassName
{
background-color: #967BCB;
}
</style>
border-color css
<style>
span { border-color: #967BCB; }
span { border-color: rgb(150,123,203); }
td.TdClassName
{
border-color: #967BCB;
}
.TagClassName
{
border-color: #967BCB;
}
</style>