Shades of Dark Orchid #883BCF
Tints of Dark Orchid #883BCF
RGB
CMYK
RGB Variations
Color information
#883BCF (or 0x883BCF) is known color: Dark Orchid. HEX triplet: 88, 3B and CF. RGB value is (136,59,207). Sum of RGB (Red+Green+Blue) = 136+59+207=402 (53% of max value = 765). Red value is 136 (53.52% from 255 or 33.83% from 402); Green value is 59 (23.44% from 255 or 14.68% from 402); Blue value is 207 (81.25% from 255 or 51.49% from 402); Max value from RGB is 207 - color contains mainly: blue. Hex color #883BCF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #883BCF is #77C430. Grayscale: #626262. Windows color (decimal): -7849009 or 13581192. OLE color: 13581192.
HSL color Cylindrical-coordinate representation of color #883BCF: hue angle of 271.22º degrees, saturation: 0.61, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #883BCF is Cyan = 0.34, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 136 | 59 | 207 | - |
| CMYK | 0.34 | 0.71 | 0 | 0.19 |
| HSL | 271.22º | 0.61% | 0.52% | - |
| HSV(B) | 271.22º | 0.71% | 0.81% | - |
| XYZ | 22.98 | 12.87 | 60.3 | - |
| YUV | 98.9 | 189.01 | 154.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 59 | 207 | 0.34 | 0.71 | 0 | 0.19 | 271.22 | 0.61 | 0.52 |
| Hex | 88 | 3B | CF | 22 | 47 | 0 | 13 | 10F | 3D | 34 |
| Octal | 210 | 73 | 317 | 42 | 107 | 0 | 23 | 417 | 75 | 64 |
| Binary | 10001000 | 111011 | 11001111 | 100010 | 1000111 | 0 | 10011 | 100001111 | 111101 | 110100 |
Color Harmonies of #883BCF
Complementary color
Monochromatic Colors of #883BCF
Black with #883BCF
Text Example
Text Example
White with #883BCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #883BCF; }
p { color: rgb(136,59,207); }
H1.HeaderClassName
{
color: #883BCF;
}
.AnyTagClassName
{
color: #883BCF;
}
</style>
background-color css
<style>
a { background-color: #883BCF; }
a { background-color: rgb(136,59,207); }
div.DivClassName
{
background-color: #883BCF;
}
.BgClassName
{
background-color: #883BCF;
}
</style>
border-color css
<style>
span { border-color: #883BCF; }
span { border-color: rgb(136,59,207); }
td.TdClassName
{
border-color: #883BCF;
}
.TagClassName
{
border-color: #883BCF;
}
</style>