Shades of Blue Violet #823ECF
Tints of Blue Violet #823ECF
RGB
CMYK
RGB Variations
Color information
#823ECF (or 0x823ECF) is known color: Blue Violet. HEX triplet: 82, 3E and CF. RGB value is (130,62,207). Sum of RGB (Red+Green+Blue) = 130+62+207=399 (52% of max value = 765). Red value is 130 (51.17% from 255 or 32.58% from 399); Green value is 62 (24.61% from 255 or 15.54% from 399); Blue value is 207 (81.25% from 255 or 51.88% from 399); Max value from RGB is 207 - color contains mainly: blue. Hex color #823ECF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #823ECF is #7DC130. Grayscale: #626262. Windows color (decimal): -8241457 or 13581954. OLE color: 13581954.
HSL color Cylindrical-coordinate representation of color #823ECF: hue angle of 268.14º degrees, saturation: 0.6, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #823ECF is Cyan = 0.37, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 130 | 62 | 207 | - |
| CMYK | 0.37 | 0.70 | 0 | 0.19 |
| HSL | 268.14º | 0.6% | 0.53% | - |
| HSV(B) | 268.14º | 0.7% | 0.81% | - |
| XYZ | 22.19 | 12.7 | 60.31 | - |
| YUV | 98.86 | 189.03 | 150.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 62 | 207 | 0.37 | 0.70 | 0 | 0.19 | 268.14 | 0.6 | 0.53 |
| Hex | 82 | 3E | CF | 25 | 46 | 0 | 13 | 10C | 3C | 35 |
| Octal | 202 | 76 | 317 | 45 | 106 | 0 | 23 | 414 | 74 | 65 |
| Binary | 10000010 | 111110 | 11001111 | 100101 | 1000110 | 0 | 10011 | 100001100 | 111100 | 110101 |
Color Harmonies of #823ECF
Complementary color
Monochromatic Colors of #823ECF
Black with #823ECF
Text Example
Text Example
White with #823ECF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #823ECF; }
p { color: rgb(130,62,207); }
H1.HeaderClassName
{
color: #823ECF;
}
.AnyTagClassName
{
color: #823ECF;
}
</style>
background-color css
<style>
a { background-color: #823ECF; }
a { background-color: rgb(130,62,207); }
div.DivClassName
{
background-color: #823ECF;
}
.BgClassName
{
background-color: #823ECF;
}
</style>
border-color css
<style>
span { border-color: #823ECF; }
span { border-color: rgb(130,62,207); }
td.TdClassName
{
border-color: #823ECF;
}
.TagClassName
{
border-color: #823ECF;
}
</style>