Shades of Blue Violet #883CFC
Tints of Blue Violet #883CFC
RGB
CMYK
RGB Variations
Color information
#883CFC (or 0x883CFC) is known color: Blue Violet. HEX triplet: 88, 3C and FC. RGB value is (136,60,252). Sum of RGB (Red+Green+Blue) = 136+60+252=448 (59% of max value = 765). Red value is 136 (53.52% from 255 or 30.36% from 448); Green value is 60 (23.83% from 255 or 13.39% from 448); Blue value is 252 (98.83% from 255 or 56.25% from 448); Max value from RGB is 252 - color contains mainly: blue. Hex color #883CFC is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #883CFC is #77C303. Grayscale: #676767. Windows color (decimal): -7848708 or 16530568. OLE color: 16530568.
HSL color Cylindrical-coordinate representation of color #883CFC: hue angle of 263.75º degrees, saturation: 0.97, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #883CFC is Cyan = 0.46, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 136 | 60 | 252 | - |
| CMYK | 0.46 | 0.76 | 0 | 0.01 |
| HSL | 263.75º | 0.97% | 0.61% | - |
| HSV(B) | 263.75º | 0.76% | 0.99% | - |
| XYZ | 29.34 | 15.49 | 93.54 | - |
| YUV | 104.61 | 211.18 | 150.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 60 | 252 | 0.46 | 0.76 | 0 | 0.01 | 263.75 | 0.97 | 0.61 |
| Hex | 88 | 3C | FC | 2E | 4C | 0 | 1 | 108 | 61 | 3D |
| Octal | 210 | 74 | 374 | 56 | 114 | 0 | 1 | 410 | 141 | 75 |
| Binary | 10001000 | 111100 | 11111100 | 101110 | 1001100 | 0 | 1 | 100001000 | 1100001 | 111101 |
Color Harmonies of #883CFC
Complementary color
Monochromatic Colors of #883CFC
Black with #883CFC
Text Example
Text Example
White with #883CFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #883CFC; }
p { color: rgb(136,60,252); }
H1.HeaderClassName
{
color: #883CFC;
}
.AnyTagClassName
{
color: #883CFC;
}
</style>
background-color css
<style>
a { background-color: #883CFC; }
a { background-color: rgb(136,60,252); }
div.DivClassName
{
background-color: #883CFC;
}
.BgClassName
{
background-color: #883CFC;
}
</style>
border-color css
<style>
span { border-color: #883CFC; }
span { border-color: rgb(136,60,252); }
td.TdClassName
{
border-color: #883CFC;
}
.TagClassName
{
border-color: #883CFC;
}
</style>