Shades of Blue Violet #824ADF
Tints of Blue Violet #824ADF
RGB
CMYK
RGB Variations
Color information
#824ADF (or 0x824ADF) is known color: Blue Violet. HEX triplet: 82, 4A and DF. RGB value is (130,74,223). Sum of RGB (Red+Green+Blue) = 130+74+223=427 (56% of max value = 765). Red value is 130 (51.17% from 255 or 30.44% from 427); Green value is 74 (29.30% from 255 or 17.33% from 427); Blue value is 223 (87.5% from 255 or 52.22% from 427); Max value from RGB is 223 - color contains mainly: blue. Hex color #824ADF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #824ADF is #7DB520. Grayscale: #6B6B6B. Windows color (decimal): -8238369 or 14633602. OLE color: 14633602.
HSL color Cylindrical-coordinate representation of color #824ADF: hue angle of 262.55º degrees, saturation: 0.7, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #824ADF is Cyan = 0.42, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 130 | 74 | 223 | - |
| CMYK | 0.42 | 0.67 | 0 | 0.13 |
| HSL | 262.55º | 0.7% | 0.58% | - |
| HSV(B) | 262.55º | 0.67% | 0.87% | - |
| XYZ | 24.97 | 14.97 | 71.39 | - |
| YUV | 107.73 | 193.05 | 143.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 74 | 223 | 0.42 | 0.67 | 0 | 0.13 | 262.55 | 0.7 | 0.58 |
| Hex | 82 | 4A | DF | 2A | 43 | 0 | D | 107 | 46 | 3A |
| Octal | 202 | 112 | 337 | 52 | 103 | 0 | 15 | 407 | 106 | 72 |
| Binary | 10000010 | 1001010 | 11011111 | 101010 | 1000011 | 0 | 1101 | 100000111 | 1000110 | 111010 |
Color Harmonies of #824ADF
Complementary color
Monochromatic Colors of #824ADF
Black with #824ADF
Text Example
Text Example
White with #824ADF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #824ADF; }
p { color: rgb(130,74,223); }
H1.HeaderClassName
{
color: #824ADF;
}
.AnyTagClassName
{
color: #824ADF;
}
</style>
background-color css
<style>
a { background-color: #824ADF; }
a { background-color: rgb(130,74,223); }
div.DivClassName
{
background-color: #824ADF;
}
.BgClassName
{
background-color: #824ADF;
}
</style>
border-color css
<style>
span { border-color: #824ADF; }
span { border-color: rgb(130,74,223); }
td.TdClassName
{
border-color: #824ADF;
}
.TagClassName
{
border-color: #824ADF;
}
</style>