Shades of Vivid Violet #8B389C
Tints of Vivid Violet #8B389C
RGB
CMYK
RGB Variations
Color information
#8B389C (or 0x8B389C) is known color: Vivid Violet. HEX triplet: 8B, 38 and 9C. RGB value is (139,56,156). Sum of RGB (Red+Green+Blue) = 139+56+156=351 (46% of max value = 765). Red value is 139 (54.69% from 255 or 39.60% from 351); Green value is 56 (22.27% from 255 or 15.95% from 351); Blue value is 156 (61.33% from 255 or 44.44% from 351); Max value from RGB is 156 - color contains mainly: blue. Hex color #8B389C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8B389C is #74C763. Grayscale: #5B5B5B. Windows color (decimal): -7653220 or 10238091. OLE color: 10238091.
HSL color Cylindrical-coordinate representation of color #8B389C: hue angle of 289.8º degrees, saturation: 0.47, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #8B389C is Cyan = 0.11, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 139 | 56 | 156 | - |
| CMYK | 0.11 | 0.64 | 0 | 0.39 |
| HSL | 289.8º | 0.47% | 0.42% | - |
| HSV(B) | 289.8º | 0.64% | 0.61% | - |
| XYZ | 18.06 | 10.72 | 32.57 | - |
| YUV | 92.22 | 164 | 161.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 56 | 156 | 0.11 | 0.64 | 0 | 0.39 | 289.8 | 0.47 | 0.42 |
| Hex | 8B | 38 | 9C | B | 40 | 0 | 27 | 122 | 2F | 2A |
| Octal | 213 | 70 | 234 | 13 | 100 | 0 | 47 | 442 | 57 | 52 |
| Binary | 10001011 | 111000 | 10011100 | 1011 | 1000000 | 0 | 100111 | 100100010 | 101111 | 101010 |
Color Harmonies of #8B389C
Complementary color
Monochromatic Colors of #8B389C
Black with #8B389C
Text Example
Text Example
White with #8B389C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B389C; }
p { color: rgb(139,56,156); }
H1.HeaderClassName
{
color: #8B389C;
}
.AnyTagClassName
{
color: #8B389C;
}
</style>
background-color css
<style>
a { background-color: #8B389C; }
a { background-color: rgb(139,56,156); }
div.DivClassName
{
background-color: #8B389C;
}
.BgClassName
{
background-color: #8B389C;
}
</style>
border-color css
<style>
span { border-color: #8B389C; }
span { border-color: rgb(139,56,156); }
td.TdClassName
{
border-color: #8B389C;
}
.TagClassName
{
border-color: #8B389C;
}
</style>