Shades of Vivid Violet #8B37A3
Tints of Vivid Violet #8B37A3
RGB
CMYK
RGB Variations
Color information
#8B37A3 (or 0x8B37A3) is known color: Vivid Violet. HEX triplet: 8B, 37 and A3. RGB value is (139,55,163). Sum of RGB (Red+Green+Blue) = 139+55+163=357 (47% of max value = 765). Red value is 139 (54.69% from 255 or 38.94% from 357); Green value is 55 (21.88% from 255 or 15.41% from 357); Blue value is 163 (64.06% from 255 or 45.66% from 357); Max value from RGB is 163 - color contains mainly: blue. Hex color #8B37A3 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8B37A3 is #74C85C. Grayscale: #5C5C5C. Windows color (decimal): -7653469 or 10696587. OLE color: 10696587.
HSL color Cylindrical-coordinate representation of color #8B37A3: hue angle of 286.67º degrees, saturation: 0.5, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #8B37A3 is Cyan = 0.15, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 139 | 55 | 163 | - |
| CMYK | 0.15 | 0.66 | 0 | 0.36 |
| HSL | 286.67º | 0.5% | 0.43% | - |
| HSV(B) | 286.67º | 0.66% | 0.64% | - |
| XYZ | 18.62 | 10.87 | 35.77 | - |
| YUV | 92.43 | 167.83 | 161.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 55 | 163 | 0.15 | 0.66 | 0 | 0.36 | 286.67 | 0.5 | 0.43 |
| Hex | 8B | 37 | A3 | F | 42 | 0 | 24 | 11F | 32 | 2B |
| Octal | 213 | 67 | 243 | 17 | 102 | 0 | 44 | 437 | 62 | 53 |
| Binary | 10001011 | 110111 | 10100011 | 1111 | 1000010 | 0 | 100100 | 100011111 | 110010 | 101011 |
Color Harmonies of #8B37A3
Complementary color
Monochromatic Colors of #8B37A3
Black with #8B37A3
Text Example
Text Example
White with #8B37A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B37A3; }
p { color: rgb(139,55,163); }
H1.HeaderClassName
{
color: #8B37A3;
}
.AnyTagClassName
{
color: #8B37A3;
}
</style>
background-color css
<style>
a { background-color: #8B37A3; }
a { background-color: rgb(139,55,163); }
div.DivClassName
{
background-color: #8B37A3;
}
.BgClassName
{
background-color: #8B37A3;
}
</style>
border-color css
<style>
span { border-color: #8B37A3; }
span { border-color: rgb(139,55,163); }
td.TdClassName
{
border-color: #8B37A3;
}
.TagClassName
{
border-color: #8B37A3;
}
</style>