Shades of Blue Violet #8C2BD3
Tints of Blue Violet #8C2BD3
RGB
CMYK
RGB Variations
Color information
#8C2BD3 (or 0x8C2BD3) is known color: Blue Violet. HEX triplet: 8C, 2B and D3. RGB value is (140,43,211). Sum of RGB (Red+Green+Blue) = 140+43+211=394 (52% of max value = 765). Red value is 140 (55.08% from 255 or 35.53% from 394); Green value is 43 (17.19% from 255 or 10.91% from 394); Blue value is 211 (82.81% from 255 or 53.55% from 394); Max value from RGB is 211 - color contains mainly: blue. Hex color #8C2BD3 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8C2BD3 is #73D42C. Grayscale: #5A5A5A. Windows color (decimal): -7590957 or 13839244. OLE color: 13839244.
HSL color Cylindrical-coordinate representation of color #8C2BD3: hue angle of 274.64º degrees, saturation: 0.66, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #8C2BD3 is Cyan = 0.34, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 140 | 43 | 211 | - |
| CMYK | 0.34 | 0.80 | 0 | 0.17 |
| HSL | 274.64º | 0.66% | 0.5% | - |
| HSV(B) | 274.64º | 0.8% | 0.83% | - |
| XYZ | 23.44 | 12.01 | 62.71 | - |
| YUV | 91.16 | 195.64 | 162.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 43 | 211 | 0.34 | 0.80 | 0 | 0.17 | 274.64 | 0.66 | 0.5 |
| Hex | 8C | 2B | D3 | 22 | 50 | 0 | 11 | 113 | 42 | 32 |
| Octal | 214 | 53 | 323 | 42 | 120 | 0 | 21 | 423 | 102 | 62 |
| Binary | 10001100 | 101011 | 11010011 | 100010 | 1010000 | 0 | 10001 | 100010011 | 1000010 | 110010 |
Color Harmonies of #8C2BD3
Complementary color
Monochromatic Colors of #8C2BD3
Black with #8C2BD3
Text Example
Text Example
White with #8C2BD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C2BD3; }
p { color: rgb(140,43,211); }
H1.HeaderClassName
{
color: #8C2BD3;
}
.AnyTagClassName
{
color: #8C2BD3;
}
</style>
background-color css
<style>
a { background-color: #8C2BD3; }
a { background-color: rgb(140,43,211); }
div.DivClassName
{
background-color: #8C2BD3;
}
.BgClassName
{
background-color: #8C2BD3;
}
</style>
border-color css
<style>
span { border-color: #8C2BD3; }
span { border-color: rgb(140,43,211); }
td.TdClassName
{
border-color: #8C2BD3;
}
.TagClassName
{
border-color: #8C2BD3;
}
</style>