Shades of Blue Violet #824BDF
Tints of Blue Violet #824BDF
RGB
CMYK
RGB Variations
Color information
#824BDF (or 0x824BDF) is known color: Blue Violet. HEX triplet: 82, 4B and DF. RGB value is (130,75,223). Sum of RGB (Red+Green+Blue) = 130+75+223=428 (56% of max value = 765). Red value is 130 (51.17% from 255 or 30.37% from 428); Green value is 75 (29.69% from 255 or 17.52% from 428); Blue value is 223 (87.5% from 255 or 52.10% from 428); Max value from RGB is 223 - color contains mainly: blue. Hex color #824BDF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #824BDF is #7DB420. Grayscale: #6B6B6B. Windows color (decimal): -8238113 or 14633858. OLE color: 14633858.
HSL color Cylindrical-coordinate representation of color #824BDF: hue angle of 262.3º degrees, saturation: 0.7, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #824BDF is Cyan = 0.42, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 130 | 75 | 223 | - |
| CMYK | 0.42 | 0.66 | 0 | 0.13 |
| HSL | 262.3º | 0.7% | 0.58% | - |
| HSV(B) | 262.3º | 0.66% | 0.87% | - |
| XYZ | 25.04 | 15.11 | 71.41 | - |
| YUV | 108.32 | 192.72 | 143.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 75 | 223 | 0.42 | 0.66 | 0 | 0.13 | 262.3 | 0.7 | 0.58 |
| Hex | 82 | 4B | DF | 2A | 42 | 0 | D | 106 | 46 | 3A |
| Octal | 202 | 113 | 337 | 52 | 102 | 0 | 15 | 406 | 106 | 72 |
| Binary | 10000010 | 1001011 | 11011111 | 101010 | 1000010 | 0 | 1101 | 100000110 | 1000110 | 111010 |
Color Harmonies of #824BDF
Complementary color
Monochromatic Colors of #824BDF
Black with #824BDF
Text Example
Text Example
White with #824BDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #824BDF; }
p { color: rgb(130,75,223); }
H1.HeaderClassName
{
color: #824BDF;
}
.AnyTagClassName
{
color: #824BDF;
}
</style>
background-color css
<style>
a { background-color: #824BDF; }
a { background-color: rgb(130,75,223); }
div.DivClassName
{
background-color: #824BDF;
}
.BgClassName
{
background-color: #824BDF;
}
</style>
border-color css
<style>
span { border-color: #824BDF; }
span { border-color: rgb(130,75,223); }
td.TdClassName
{
border-color: #824BDF;
}
.TagClassName
{
border-color: #824BDF;
}
</style>