Shades of Vivid Violet #8B3CA4
Tints of Vivid Violet #8B3CA4
RGB
CMYK
RGB Variations
Color information
#8B3CA4 (or 0x8B3CA4) is known color: Vivid Violet. HEX triplet: 8B, 3C and A4. RGB value is (139,60,164). Sum of RGB (Red+Green+Blue) = 139+60+164=363 (48% of max value = 765). Red value is 139 (54.69% from 255 or 38.29% from 363); Green value is 60 (23.83% from 255 or 16.53% from 363); Blue value is 164 (64.45% from 255 or 45.18% from 363); Max value from RGB is 164 - color contains mainly: blue. Hex color #8B3CA4 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8B3CA4 is #74C35B. Grayscale: #5F5F5F. Windows color (decimal): -7652188 or 10763403. OLE color: 10763403.
HSL color Cylindrical-coordinate representation of color #8B3CA4: hue angle of 285.58º degrees, saturation: 0.46, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #8B3CA4 is Cyan = 0.15, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 139 | 60 | 164 | - |
| CMYK | 0.15 | 0.63 | 0 | 0.36 |
| HSL | 285.58º | 0.46% | 0.44% | - |
| HSV(B) | 285.58º | 0.63% | 0.64% | - |
| XYZ | 18.96 | 11.4 | 36.32 | - |
| YUV | 95.48 | 166.67 | 159.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 60 | 164 | 0.15 | 0.63 | 0 | 0.36 | 285.58 | 0.46 | 0.44 |
| Hex | 8B | 3C | A4 | F | 3F | 0 | 24 | 11E | 2E | 2C |
| Octal | 213 | 74 | 244 | 17 | 77 | 0 | 44 | 436 | 56 | 54 |
| Binary | 10001011 | 111100 | 10100100 | 1111 | 111111 | 0 | 100100 | 100011110 | 101110 | 101100 |
Color Harmonies of #8B3CA4
Complementary color
Monochromatic Colors of #8B3CA4
Black with #8B3CA4
Text Example
Text Example
White with #8B3CA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B3CA4; }
p { color: rgb(139,60,164); }
H1.HeaderClassName
{
color: #8B3CA4;
}
.AnyTagClassName
{
color: #8B3CA4;
}
</style>
background-color css
<style>
a { background-color: #8B3CA4; }
a { background-color: rgb(139,60,164); }
div.DivClassName
{
background-color: #8B3CA4;
}
.BgClassName
{
background-color: #8B3CA4;
}
</style>
border-color css
<style>
span { border-color: #8B3CA4; }
span { border-color: rgb(139,60,164); }
td.TdClassName
{
border-color: #8B3CA4;
}
.TagClassName
{
border-color: #8B3CA4;
}
</style>