Shades of Blue Violet #8243DB
Tints of Blue Violet #8243DB
RGB
CMYK
RGB Variations
Color information
#8243DB (or 0x8243DB) is known color: Blue Violet. HEX triplet: 82, 43 and DB. RGB value is (130,67,219). Sum of RGB (Red+Green+Blue) = 130+67+219=416 (55% of max value = 765). Red value is 130 (51.17% from 255 or 31.25% from 416); Green value is 67 (26.56% from 255 or 16.11% from 416); Blue value is 219 (85.94% from 255 or 52.64% from 416); Max value from RGB is 219 - color contains mainly: blue. Hex color #8243DB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8243DB is #7DBC24. Grayscale: #666666. Windows color (decimal): -8240165 or 14369666. OLE color: 14369666.
HSL color Cylindrical-coordinate representation of color #8243DB: hue angle of 264.87º degrees, saturation: 0.68, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #8243DB is Cyan = 0.41, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 130 | 67 | 219 | - |
| CMYK | 0.41 | 0.69 | 0 | 0.14 |
| HSL | 264.87º | 0.68% | 0.56% | - |
| HSV(B) | 264.87º | 0.69% | 0.86% | - |
| XYZ | 24 | 13.87 | 68.43 | - |
| YUV | 103.17 | 193.37 | 147.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 67 | 219 | 0.41 | 0.69 | 0 | 0.14 | 264.87 | 0.68 | 0.56 |
| Hex | 82 | 43 | DB | 29 | 45 | 0 | E | 109 | 44 | 38 |
| Octal | 202 | 103 | 333 | 51 | 105 | 0 | 16 | 411 | 104 | 70 |
| Binary | 10000010 | 1000011 | 11011011 | 101001 | 1000101 | 0 | 1110 | 100001001 | 1000100 | 111000 |
Color Harmonies of #8243DB
Complementary color
Monochromatic Colors of #8243DB
Black with #8243DB
Text Example
Text Example
White with #8243DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8243DB; }
p { color: rgb(130,67,219); }
H1.HeaderClassName
{
color: #8243DB;
}
.AnyTagClassName
{
color: #8243DB;
}
</style>
background-color css
<style>
a { background-color: #8243DB; }
a { background-color: rgb(130,67,219); }
div.DivClassName
{
background-color: #8243DB;
}
.BgClassName
{
background-color: #8243DB;
}
</style>
border-color css
<style>
span { border-color: #8243DB; }
span { border-color: rgb(130,67,219); }
td.TdClassName
{
border-color: #8243DB;
}
.TagClassName
{
border-color: #8243DB;
}
</style>