Shades of Dark Orchid #8844CC
Tints of Dark Orchid #8844CC
RGB
CMYK
RGB Variations
Color information
#8844CC (or 0x8844CC) is known color: Dark Orchid. HEX triplet: 88, 44 and CC. RGB value is (136,68,204). Sum of RGB (Red+Green+Blue) = 136+68+204=408 (54% of max value = 765). Red value is 136 (53.52% from 255 or 33.33% from 408); Green value is 68 (26.95% from 255 or 16.67% from 408); Blue value is 204 (80.08% from 255 or 50% from 408); Max value from RGB is 204 - color contains mainly: blue. Hex color #8844CC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8844CC is #77BB33. Grayscale: #676767. Windows color (decimal): -7846708 or 13386888. OLE color: 13386888.
HSL color Cylindrical-coordinate representation of color #8844CC: hue angle of 270º 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 #8844CC is Cyan = 0.33, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 136 | 68 | 204 | - |
| CMYK | 0.33 | 0.67 | 0 | 0.2 |
| HSL | 270º | 0.57% | 0.53% | - |
| HSV(B) | 270º | 0.67% | 0.8% | - |
| XYZ | 23.12 | 13.73 | 58.56 | - |
| YUV | 103.84 | 184.53 | 150.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 68 | 204 | 0.33 | 0.67 | 0 | 0.2 | 270 | 0.57 | 0.53 |
| Hex | 88 | 44 | CC | 21 | 43 | 0 | 14 | 10E | 39 | 35 |
| Octal | 210 | 104 | 314 | 41 | 103 | 0 | 24 | 416 | 71 | 65 |
| Binary | 10001000 | 1000100 | 11001100 | 100001 | 1000011 | 0 | 10100 | 100001110 | 111001 | 110101 |
Color Harmonies of #8844CC
Complementary color
Monochromatic Colors of #8844CC
Black with #8844CC
Text Example
Text Example
White with #8844CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8844CC; }
p { color: rgb(136,68,204); }
H1.HeaderClassName
{
color: #8844CC;
}
.AnyTagClassName
{
color: #8844CC;
}
</style>
background-color css
<style>
a { background-color: #8844CC; }
a { background-color: rgb(136,68,204); }
div.DivClassName
{
background-color: #8844CC;
}
.BgClassName
{
background-color: #8844CC;
}
</style>
border-color css
<style>
span { border-color: #8844CC; }
span { border-color: rgb(136,68,204); }
td.TdClassName
{
border-color: #8844CC;
}
.TagClassName
{
border-color: #8844CC;
}
</style>