Shades of Blue Violet #823DDA
Tints of Blue Violet #823DDA
RGB
CMYK
RGB Variations
Color information
#823DDA (or 0x823DDA) is known color: Blue Violet. HEX triplet: 82, 3D and DA. RGB value is (130,61,218). Sum of RGB (Red+Green+Blue) = 130+61+218=409 (54% of max value = 765). Red value is 130 (51.17% from 255 or 31.78% from 409); Green value is 61 (24.22% from 255 or 14.91% from 409); Blue value is 218 (85.55% from 255 or 53.30% from 409); Max value from RGB is 218 - color contains mainly: blue. Hex color #823DDA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #823DDA is #7DC225. Grayscale: #626262. Windows color (decimal): -8241702 or 14302594. OLE color: 14302594.
HSL color Cylindrical-coordinate representation of color #823DDA: hue angle of 266.37º degrees, saturation: 0.68, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #823DDA is Cyan = 0.40, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 130 | 61 | 218 | - |
| CMYK | 0.40 | 0.72 | 0 | 0.15 |
| HSL | 266.37º | 0.68% | 0.55% | - |
| HSV(B) | 266.37º | 0.72% | 0.85% | - |
| XYZ | 23.53 | 13.15 | 67.63 | - |
| YUV | 99.53 | 194.86 | 149.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 61 | 218 | 0.40 | 0.72 | 0 | 0.15 | 266.37 | 0.68 | 0.55 |
| Hex | 82 | 3D | DA | 28 | 48 | 0 | F | 10A | 44 | 37 |
| Octal | 202 | 75 | 332 | 50 | 110 | 0 | 17 | 412 | 104 | 67 |
| Binary | 10000010 | 111101 | 11011010 | 101000 | 1001000 | 0 | 1111 | 100001010 | 1000100 | 110111 |
Color Harmonies of #823DDA
Complementary color
Monochromatic Colors of #823DDA
Black with #823DDA
Text Example
Text Example
White with #823DDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #823DDA; }
p { color: rgb(130,61,218); }
H1.HeaderClassName
{
color: #823DDA;
}
.AnyTagClassName
{
color: #823DDA;
}
</style>
background-color css
<style>
a { background-color: #823DDA; }
a { background-color: rgb(130,61,218); }
div.DivClassName
{
background-color: #823DDA;
}
.BgClassName
{
background-color: #823DDA;
}
</style>
border-color css
<style>
span { border-color: #823DDA; }
span { border-color: rgb(130,61,218); }
td.TdClassName
{
border-color: #823DDA;
}
.TagClassName
{
border-color: #823DDA;
}
</style>