Shades of Blue Violet #833ACF
Tints of Blue Violet #833ACF
RGB
CMYK
RGB Variations
Color information
#833ACF (or 0x833ACF) is known color: Blue Violet. HEX triplet: 83, 3A and CF. RGB value is (131,58,207). Sum of RGB (Red+Green+Blue) = 131+58+207=396 (52% of max value = 765). Red value is 131 (51.56% from 255 or 33.08% from 396); Green value is 58 (23.05% from 255 or 14.65% from 396); Blue value is 207 (81.25% from 255 or 52.27% from 396); Max value from RGB is 207 - color contains mainly: blue. Hex color #833ACF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #833ACF is #7CC530. Grayscale: #606060. Windows color (decimal): -8176945 or 13580931. OLE color: 13580931.
HSL color Cylindrical-coordinate representation of color #833ACF: hue angle of 269.4º degrees, saturation: 0.61, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #833ACF is Cyan = 0.37, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 131 | 58 | 207 | - |
| CMYK | 0.37 | 0.72 | 0 | 0.19 |
| HSL | 269.4º | 0.61% | 0.52% | - |
| HSV(B) | 269.4º | 0.72% | 0.81% | - |
| XYZ | 22.14 | 12.36 | 60.25 | - |
| YUV | 96.81 | 190.18 | 152.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 58 | 207 | 0.37 | 0.72 | 0 | 0.19 | 269.4 | 0.61 | 0.52 |
| Hex | 83 | 3A | CF | 25 | 48 | 0 | 13 | 10D | 3D | 34 |
| Octal | 203 | 72 | 317 | 45 | 110 | 0 | 23 | 415 | 75 | 64 |
| Binary | 10000011 | 111010 | 11001111 | 100101 | 1001000 | 0 | 10011 | 100001101 | 111101 | 110100 |
Color Harmonies of #833ACF
Complementary color
Monochromatic Colors of #833ACF
Black with #833ACF
Text Example
Text Example
White with #833ACF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #833ACF; }
p { color: rgb(131,58,207); }
H1.HeaderClassName
{
color: #833ACF;
}
.AnyTagClassName
{
color: #833ACF;
}
</style>
background-color css
<style>
a { background-color: #833ACF; }
a { background-color: rgb(131,58,207); }
div.DivClassName
{
background-color: #833ACF;
}
.BgClassName
{
background-color: #833ACF;
}
</style>
border-color css
<style>
span { border-color: #833ACF; }
span { border-color: rgb(131,58,207); }
td.TdClassName
{
border-color: #833ACF;
}
.TagClassName
{
border-color: #833ACF;
}
</style>