Shades of Dark Orchid #8444CC
Tints of Dark Orchid #8444CC
RGB
CMYK
RGB Variations
Color information
#8444CC (or 0x8444CC) is known color: Dark Orchid. HEX triplet: 84, 44 and CC. RGB value is (132,68,204). Sum of RGB (Red+Green+Blue) = 132+68+204=404 (53% of max value = 765). Red value is 132 (51.95% from 255 or 32.67% from 404); Green value is 68 (26.95% from 255 or 16.83% from 404); Blue value is 204 (80.08% from 255 or 50.50% from 404); Max value from RGB is 204 - color contains mainly: blue. Hex color #8444CC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8444CC is #7BBB33. Grayscale: #666666. Windows color (decimal): -8108852 or 13386884. OLE color: 13386884.
HSL color Cylindrical-coordinate representation of color #8444CC: hue angle of 268.24º 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 #8444CC is Cyan = 0.35, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 132 | 68 | 204 | - |
| CMYK | 0.35 | 0.67 | 0 | 0.2 |
| HSL | 268.24º | 0.57% | 0.53% | - |
| HSV(B) | 268.24º | 0.67% | 0.8% | - |
| XYZ | 22.48 | 13.4 | 58.53 | - |
| YUV | 102.64 | 185.2 | 148.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 68 | 204 | 0.35 | 0.67 | 0 | 0.2 | 268.24 | 0.57 | 0.53 |
| Hex | 84 | 44 | CC | 23 | 43 | 0 | 14 | 10C | 39 | 35 |
| Octal | 204 | 104 | 314 | 43 | 103 | 0 | 24 | 414 | 71 | 65 |
| Binary | 10000100 | 1000100 | 11001100 | 100011 | 1000011 | 0 | 10100 | 100001100 | 111001 | 110101 |
Color Harmonies of #8444CC
Complementary color
Monochromatic Colors of #8444CC
Black with #8444CC
Text Example
Text Example
White with #8444CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8444CC; }
p { color: rgb(132,68,204); }
H1.HeaderClassName
{
color: #8444CC;
}
.AnyTagClassName
{
color: #8444CC;
}
</style>
background-color css
<style>
a { background-color: #8444CC; }
a { background-color: rgb(132,68,204); }
div.DivClassName
{
background-color: #8444CC;
}
.BgClassName
{
background-color: #8444CC;
}
</style>
border-color css
<style>
span { border-color: #8444CC; }
span { border-color: rgb(132,68,204); }
td.TdClassName
{
border-color: #8444CC;
}
.TagClassName
{
border-color: #8444CC;
}
</style>