Shades of Dark Orchid #8843CC
Tints of Dark Orchid #8843CC
RGB
CMYK
RGB Variations
Color information
#8843CC (or 0x8843CC) is known color: Dark Orchid. HEX triplet: 88, 43 and CC. RGB value is (136,67,204). Sum of RGB (Red+Green+Blue) = 136+67+204=407 (53% of max value = 765). Red value is 136 (53.52% from 255 or 33.42% from 407); Green value is 67 (26.56% from 255 or 16.46% from 407); Blue value is 204 (80.08% from 255 or 50.12% from 407); Max value from RGB is 204 - color contains mainly: blue. Hex color #8843CC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8843CC is #77BC33. Grayscale: #666666. Windows color (decimal): -7846964 or 13386632. OLE color: 13386632.
HSL color Cylindrical-coordinate representation of color #8843CC: hue angle of 270.22º degrees, saturation: 0.57, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #8843CC is Cyan = 0.33, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 136 | 67 | 204 | - |
| CMYK | 0.33 | 0.67 | 0 | 0.2 |
| HSL | 270.22º | 0.57% | 0.53% | - |
| HSV(B) | 270.22º | 0.67% | 0.8% | - |
| XYZ | 23.06 | 13.61 | 58.54 | - |
| YUV | 103.25 | 184.86 | 151.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 67 | 204 | 0.33 | 0.67 | 0 | 0.2 | 270.22 | 0.57 | 0.53 |
| Hex | 88 | 43 | CC | 21 | 43 | 0 | 14 | 10E | 39 | 35 |
| Octal | 210 | 103 | 314 | 41 | 103 | 0 | 24 | 416 | 71 | 65 |
| Binary | 10001000 | 1000011 | 11001100 | 100001 | 1000011 | 0 | 10100 | 100001110 | 111001 | 110101 |
Color Harmonies of #8843CC
Complementary color
Monochromatic Colors of #8843CC
Black with #8843CC
Text Example
Text Example
White with #8843CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8843CC; }
p { color: rgb(136,67,204); }
H1.HeaderClassName
{
color: #8843CC;
}
.AnyTagClassName
{
color: #8843CC;
}
</style>
background-color css
<style>
a { background-color: #8843CC; }
a { background-color: rgb(136,67,204); }
div.DivClassName
{
background-color: #8843CC;
}
.BgClassName
{
background-color: #8843CC;
}
</style>
border-color css
<style>
span { border-color: #8843CC; }
span { border-color: rgb(136,67,204); }
td.TdClassName
{
border-color: #8843CC;
}
.TagClassName
{
border-color: #8843CC;
}
</style>