Shades of Dark Orchid #8742CC
Tints of Dark Orchid #8742CC
RGB
CMYK
RGB Variations
Color information
#8742CC (or 0x8742CC) is known color: Dark Orchid. HEX triplet: 87, 42 and CC. RGB value is (135,66,204). Sum of RGB (Red+Green+Blue) = 135+66+204=405 (53% of max value = 765). Red value is 135 (53.12% from 255 or 33.33% from 405); Green value is 66 (26.17% from 255 or 16.30% from 405); Blue value is 204 (80.08% from 255 or 50.37% from 405); Max value from RGB is 204 - color contains mainly: blue. Hex color #8742CC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8742CC is #78BD33. Grayscale: #656565. Windows color (decimal): -7912756 or 13386375. OLE color: 13386375.
HSL color Cylindrical-coordinate representation of color #8742CC: 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.68%. Process color model (Four color, CMYK) of #8742CC is Cyan = 0.34, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 135 | 66 | 204 | - |
| CMYK | 0.34 | 0.68 | 0 | 0.2 |
| HSL | 270º | 0.58% | 0.53% | - |
| HSV(B) | 270º | 0.68% | 0.8% | - |
| XYZ | 22.84 | 13.41 | 58.51 | - |
| YUV | 102.36 | 185.36 | 151.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 66 | 204 | 0.34 | 0.68 | 0 | 0.2 | 270 | 0.58 | 0.53 |
| Hex | 87 | 42 | CC | 22 | 44 | 0 | 14 | 10E | 3A | 35 |
| Octal | 207 | 102 | 314 | 42 | 104 | 0 | 24 | 416 | 72 | 65 |
| Binary | 10000111 | 1000010 | 11001100 | 100010 | 1000100 | 0 | 10100 | 100001110 | 111010 | 110101 |
Color Harmonies of #8742CC
Complementary color
Monochromatic Colors of #8742CC
Black with #8742CC
Text Example
Text Example
White with #8742CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8742CC; }
p { color: rgb(135,66,204); }
H1.HeaderClassName
{
color: #8742CC;
}
.AnyTagClassName
{
color: #8742CC;
}
</style>
background-color css
<style>
a { background-color: #8742CC; }
a { background-color: rgb(135,66,204); }
div.DivClassName
{
background-color: #8742CC;
}
.BgClassName
{
background-color: #8742CC;
}
</style>
border-color css
<style>
span { border-color: #8742CC; }
span { border-color: rgb(135,66,204); }
td.TdClassName
{
border-color: #8742CC;
}
.TagClassName
{
border-color: #8742CC;
}
</style>