Shades of Dark Orchid #883BCE
Tints of Dark Orchid #883BCE
RGB
CMYK
RGB Variations
Color information
#883BCE (or 0x883BCE) is known color: Dark Orchid. HEX triplet: 88, 3B and CE. RGB value is (136,59,206). Sum of RGB (Red+Green+Blue) = 136+59+206=401 (53% of max value = 765). Red value is 136 (53.52% from 255 or 33.92% from 401); Green value is 59 (23.44% from 255 or 14.71% from 401); Blue value is 206 (80.86% from 255 or 51.37% from 401); Max value from RGB is 206 - color contains mainly: blue. Hex color #883BCE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #883BCE is #77C431. Grayscale: #626262. Windows color (decimal): -7849010 or 13515656. OLE color: 13515656.
HSL color Cylindrical-coordinate representation of color #883BCE: hue angle of 271.43º degrees, saturation: 0.6, 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 #883BCE is Cyan = 0.34, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 136 | 59 | 206 | - |
| CMYK | 0.34 | 0.71 | 0 | 0.19 |
| HSL | 271.43º | 0.6% | 0.52% | - |
| HSV(B) | 271.43º | 0.71% | 0.81% | - |
| XYZ | 22.86 | 12.82 | 59.66 | - |
| YUV | 98.78 | 188.51 | 154.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 59 | 206 | 0.34 | 0.71 | 0 | 0.19 | 271.43 | 0.6 | 0.52 |
| Hex | 88 | 3B | CE | 22 | 47 | 0 | 13 | 10F | 3C | 34 |
| Octal | 210 | 73 | 316 | 42 | 107 | 0 | 23 | 417 | 74 | 64 |
| Binary | 10001000 | 111011 | 11001110 | 100010 | 1000111 | 0 | 10011 | 100001111 | 111100 | 110100 |
Color Harmonies of #883BCE
Complementary color
Monochromatic Colors of #883BCE
Black with #883BCE
Text Example
Text Example
White with #883BCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #883BCE; }
p { color: rgb(136,59,206); }
H1.HeaderClassName
{
color: #883BCE;
}
.AnyTagClassName
{
color: #883BCE;
}
</style>
background-color css
<style>
a { background-color: #883BCE; }
a { background-color: rgb(136,59,206); }
div.DivClassName
{
background-color: #883BCE;
}
.BgClassName
{
background-color: #883BCE;
}
</style>
border-color css
<style>
span { border-color: #883BCE; }
span { border-color: rgb(136,59,206); }
td.TdClassName
{
border-color: #883BCE;
}
.TagClassName
{
border-color: #883BCE;
}
</style>