Shades of Dark Orchid #883ACF
Tints of Dark Orchid #883ACF
RGB
CMYK
RGB Variations
Color information
#883ACF (or 0x883ACF) is known color: Dark Orchid. HEX triplet: 88, 3A and CF. RGB value is (136,58,207). Sum of RGB (Red+Green+Blue) = 136+58+207=401 (53% of max value = 765). Red value is 136 (53.52% from 255 or 33.92% from 401); Green value is 58 (23.05% from 255 or 14.46% from 401); Blue value is 207 (81.25% from 255 or 51.62% from 401); Max value from RGB is 207 - color contains mainly: blue. Hex color #883ACF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #883ACF is #77C530. Grayscale: #616161. Windows color (decimal): -7849265 or 13580936. OLE color: 13580936.
HSL color Cylindrical-coordinate representation of color #883ACF: hue angle of 271.41º 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 #883ACF is Cyan = 0.34, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 136 | 58 | 207 | - |
| CMYK | 0.34 | 0.72 | 0 | 0.19 |
| HSL | 271.41º | 0.61% | 0.52% | - |
| HSV(B) | 271.41º | 0.72% | 0.81% | - |
| XYZ | 22.93 | 12.77 | 60.29 | - |
| YUV | 98.31 | 189.34 | 154.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 58 | 207 | 0.34 | 0.72 | 0 | 0.19 | 271.41 | 0.61 | 0.52 |
| Hex | 88 | 3A | CF | 22 | 48 | 0 | 13 | 10F | 3D | 34 |
| Octal | 210 | 72 | 317 | 42 | 110 | 0 | 23 | 417 | 75 | 64 |
| Binary | 10001000 | 111010 | 11001111 | 100010 | 1001000 | 0 | 10011 | 100001111 | 111101 | 110100 |
Color Harmonies of #883ACF
Complementary color
Monochromatic Colors of #883ACF
Black with #883ACF
Text Example
Text Example
White with #883ACF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #883ACF; }
p { color: rgb(136,58,207); }
H1.HeaderClassName
{
color: #883ACF;
}
.AnyTagClassName
{
color: #883ACF;
}
</style>
background-color css
<style>
a { background-color: #883ACF; }
a { background-color: rgb(136,58,207); }
div.DivClassName
{
background-color: #883ACF;
}
.BgClassName
{
background-color: #883ACF;
}
</style>
border-color css
<style>
span { border-color: #883ACF; }
span { border-color: rgb(136,58,207); }
td.TdClassName
{
border-color: #883ACF;
}
.TagClassName
{
border-color: #883ACF;
}
</style>