Shades of Vivid Violet #8B4288
Tints of Vivid Violet #8B4288
RGB
CMYK
RGB Variations
Color information
#8B4288 (or 0x8B4288) is known color: Vivid Violet. HEX triplet: 8B, 42 and 88. RGB value is (139,66,136). Sum of RGB (Red+Green+Blue) = 139+66+136=341 (45% of max value = 765). Red value is 139 (54.69% from 255 or 40.76% from 341); Green value is 66 (26.17% from 255 or 19.35% from 341); Blue value is 136 (53.52% from 255 or 39.88% from 341); Max value from RGB is 139 - color contains mainly: red. Hex color #8B4288 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8B4288 is #74BD77. Grayscale: #5F5F5F. Windows color (decimal): -7650680 or 8929931. OLE color: 8929931.
HSL color Cylindrical-coordinate representation of color #8B4288: hue angle of 302.47º degrees, saturation: 0.36, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #8B4288 is Cyan = 0, Magento = 0.53, Yellow = 0.02 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 66 | 136 | - |
| CMYK | 0 | 0.53 | 0.02 | 0.45 |
| HSL | 302.47º | 0.36% | 0.4% | - |
| HSV(B) | 302.47º | 0.53% | 0.55% | - |
| XYZ | 17.04 | 11.16 | 24.55 | - |
| YUV | 95.81 | 150.68 | 158.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 66 | 136 | 0 | 0.53 | 0.02 | 0.45 | 302.47 | 0.36 | 0.4 |
| Hex | 8B | 42 | 88 | 0 | 35 | 2 | 2D | 12E | 24 | 28 |
| Octal | 213 | 102 | 210 | 0 | 65 | 2 | 55 | 456 | 44 | 50 |
| Binary | 10001011 | 1000010 | 10001000 | 0 | 110101 | 10 | 101101 | 100101110 | 100100 | 101000 |
Color Harmonies of #8B4288
Complementary color
Monochromatic Colors of #8B4288
Black with #8B4288
Text Example
Text Example
White with #8B4288
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B4288; }
p { color: rgb(139,66,136); }
H1.HeaderClassName
{
color: #8B4288;
}
.AnyTagClassName
{
color: #8B4288;
}
</style>
background-color css
<style>
a { background-color: #8B4288; }
a { background-color: rgb(139,66,136); }
div.DivClassName
{
background-color: #8B4288;
}
.BgClassName
{
background-color: #8B4288;
}
</style>
border-color css
<style>
span { border-color: #8B4288; }
span { border-color: rgb(139,66,136); }
td.TdClassName
{
border-color: #8B4288;
}
.TagClassName
{
border-color: #8B4288;
}
</style>