Shades of Violet Blue #9B4F8C
Tints of Violet Blue #9B4F8C
RGB
CMYK
RGB Variations
Color information
#9B4F8C (or 0x9B4F8C) is known color: Violet Blue. HEX triplet: 9B, 4F and 8C. RGB value is (155,79,140). Sum of RGB (Red+Green+Blue) = 155+79+140=374 (49% of max value = 765). Red value is 155 (60.94% from 255 or 41.44% from 374); Green value is 79 (31.25% from 255 or 21.12% from 374); Blue value is 140 (55.08% from 255 or 37.43% from 374); Max value from RGB is 155 - color contains mainly: red. Hex color #9B4F8C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9B4F8C is #64B073. Grayscale: #6C6C6C. Windows color (decimal): -6598772 or 9195419. OLE color: 9195419.
HSL color Cylindrical-coordinate representation of color #9B4F8C: hue angle of 311.84º degrees, saturation: 0.32, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #9B4F8C is Cyan = 0, Magento = 0.49, Yellow = 0.10 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 79 | 140 | - |
| CMYK | 0 | 0.49 | 0.10 | 0.39 |
| HSL | 311.84º | 0.32% | 0.46% | - |
| HSV(B) | 311.84º | 0.49% | 0.61% | - |
| XYZ | 21.05 | 14.45 | 26.49 | - |
| YUV | 108.68 | 145.68 | 161.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 79 | 140 | 0 | 0.49 | 0.10 | 0.39 | 311.84 | 0.32 | 0.46 |
| Hex | 9B | 4F | 8C | 0 | 31 | A | 27 | 138 | 20 | 2E |
| Octal | 233 | 117 | 214 | 0 | 61 | 12 | 47 | 470 | 40 | 56 |
| Binary | 10011011 | 1001111 | 10001100 | 0 | 110001 | 1010 | 100111 | 100111000 | 100000 | 101110 |
Color Harmonies of #9B4F8C
Complementary color
Monochromatic Colors of #9B4F8C
Black with #9B4F8C
Text Example
Text Example
White with #9B4F8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B4F8C; }
p { color: rgb(155,79,140); }
H1.HeaderClassName
{
color: #9B4F8C;
}
.AnyTagClassName
{
color: #9B4F8C;
}
</style>
background-color css
<style>
a { background-color: #9B4F8C; }
a { background-color: rgb(155,79,140); }
div.DivClassName
{
background-color: #9B4F8C;
}
.BgClassName
{
background-color: #9B4F8C;
}
</style>
border-color css
<style>
span { border-color: #9B4F8C; }
span { border-color: rgb(155,79,140); }
td.TdClassName
{
border-color: #9B4F8C;
}
.TagClassName
{
border-color: #9B4F8C;
}
</style>