Shades of Blue Violet #823EEF
Tints of Blue Violet #823EEF
RGB
CMYK
RGB Variations
Color information
#823EEF (or 0x823EEF) is known color: Blue Violet. HEX triplet: 82, 3E and EF. RGB value is (130,62,239). Sum of RGB (Red+Green+Blue) = 130+62+239=431 (57% of max value = 765). Red value is 130 (51.17% from 255 or 30.16% from 431); Green value is 62 (24.61% from 255 or 14.39% from 431); Blue value is 239 (93.75% from 255 or 55.45% from 431); Max value from RGB is 239 - color contains mainly: blue. Hex color #823EEF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #823EEF is #7DC110. Grayscale: #656565. Windows color (decimal): -8241425 or 15679106. OLE color: 15679106.
HSL color Cylindrical-coordinate representation of color #823EEF: hue angle of 263.05º degrees, saturation: 0.85, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #823EEF is Cyan = 0.46, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 130 | 62 | 239 | - |
| CMYK | 0.46 | 0.74 | 0 | 0.06 |
| HSL | 263.05º | 0.85% | 0.59% | - |
| HSV(B) | 263.05º | 0.74% | 0.94% | - |
| XYZ | 26.51 | 14.42 | 83.05 | - |
| YUV | 102.51 | 205.03 | 147.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 62 | 239 | 0.46 | 0.74 | 0 | 0.06 | 263.05 | 0.85 | 0.59 |
| Hex | 82 | 3E | EF | 2E | 4A | 0 | 6 | 107 | 55 | 3B |
| Octal | 202 | 76 | 357 | 56 | 112 | 0 | 6 | 407 | 125 | 73 |
| Binary | 10000010 | 111110 | 11101111 | 101110 | 1001010 | 0 | 110 | 100000111 | 1010101 | 111011 |
Color Harmonies of #823EEF
Complementary color
Monochromatic Colors of #823EEF
Black with #823EEF
Text Example
Text Example
White with #823EEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #823EEF; }
p { color: rgb(130,62,239); }
H1.HeaderClassName
{
color: #823EEF;
}
.AnyTagClassName
{
color: #823EEF;
}
</style>
background-color css
<style>
a { background-color: #823EEF; }
a { background-color: rgb(130,62,239); }
div.DivClassName
{
background-color: #823EEF;
}
.BgClassName
{
background-color: #823EEF;
}
</style>
border-color css
<style>
span { border-color: #823EEF; }
span { border-color: rgb(130,62,239); }
td.TdClassName
{
border-color: #823EEF;
}
.TagClassName
{
border-color: #823EEF;
}
</style>