Shades of Blue Violet #823BCC
Tints of Blue Violet #823BCC
RGB
CMYK
RGB Variations
Color information
#823BCC (or 0x823BCC) is known color: Blue Violet. HEX triplet: 82, 3B and CC. RGB value is (130,59,204). Sum of RGB (Red+Green+Blue) = 130+59+204=393 (52% of max value = 765). Red value is 130 (51.17% from 255 or 33.08% from 393); Green value is 59 (23.44% from 255 or 15.01% from 393); Blue value is 204 (80.08% from 255 or 51.91% from 393); Max value from RGB is 204 - color contains mainly: blue. Hex color #823BCC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #823BCC is #7DC433. Grayscale: #606060. Windows color (decimal): -8242228 or 13384578. OLE color: 13384578.
HSL color Cylindrical-coordinate representation of color #823BCC: hue angle of 269.38º degrees, saturation: 0.59, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #823BCC is Cyan = 0.36, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 130 | 59 | 204 | - |
| CMYK | 0.36 | 0.71 | 0 | 0.2 |
| HSL | 269.38º | 0.59% | 0.52% | - |
| HSV(B) | 269.38º | 0.71% | 0.8% | - |
| XYZ | 21.67 | 12.23 | 58.35 | - |
| YUV | 96.76 | 188.52 | 151.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 59 | 204 | 0.36 | 0.71 | 0 | 0.2 | 269.38 | 0.59 | 0.52 |
| Hex | 82 | 3B | CC | 24 | 47 | 0 | 14 | 10D | 3B | 34 |
| Octal | 202 | 73 | 314 | 44 | 107 | 0 | 24 | 415 | 73 | 64 |
| Binary | 10000010 | 111011 | 11001100 | 100100 | 1000111 | 0 | 10100 | 100001101 | 111011 | 110100 |
Color Harmonies of #823BCC
Complementary color
Monochromatic Colors of #823BCC
Black with #823BCC
Text Example
Text Example
White with #823BCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #823BCC; }
p { color: rgb(130,59,204); }
H1.HeaderClassName
{
color: #823BCC;
}
.AnyTagClassName
{
color: #823BCC;
}
</style>
background-color css
<style>
a { background-color: #823BCC; }
a { background-color: rgb(130,59,204); }
div.DivClassName
{
background-color: #823BCC;
}
.BgClassName
{
background-color: #823BCC;
}
</style>
border-color css
<style>
span { border-color: #823BCC; }
span { border-color: rgb(130,59,204); }
td.TdClassName
{
border-color: #823BCC;
}
.TagClassName
{
border-color: #823BCC;
}
</style>