Shades of Dark Orchid #8734C6
Tints of Dark Orchid #8734C6
RGB
CMYK
RGB Variations
Color information
#8734C6 (or 0x8734C6) is known color: Dark Orchid. HEX triplet: 87, 34 and C6. RGB value is (135,52,198). Sum of RGB (Red+Green+Blue) = 135+52+198=385 (50% of max value = 765). Red value is 135 (53.12% from 255 or 35.06% from 385); Green value is 52 (20.70% from 255 or 13.51% from 385); Blue value is 198 (77.73% from 255 or 51.43% from 385); Max value from RGB is 198 - color contains mainly: blue. Hex color #8734C6 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8734C6 is #78CB39. Grayscale: #5C5C5C. Windows color (decimal): -7916346 or 12989575. OLE color: 12989575.
HSL color Cylindrical-coordinate representation of color #8734C6: hue angle of 274.11º degrees, saturation: 0.58, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #8734C6 is Cyan = 0.32, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 135 | 52 | 198 | - |
| CMYK | 0.32 | 0.74 | 0 | 0.22 |
| HSL | 274.11º | 0.58% | 0.49% | - |
| HSV(B) | 274.11º | 0.74% | 0.78% | - |
| XYZ | 21.41 | 11.68 | 54.55 | - |
| YUV | 93.46 | 187 | 157.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 52 | 198 | 0.32 | 0.74 | 0 | 0.22 | 274.11 | 0.58 | 0.49 |
| Hex | 87 | 34 | C6 | 20 | 4A | 0 | 16 | 112 | 3A | 31 |
| Octal | 207 | 64 | 306 | 40 | 112 | 0 | 26 | 422 | 72 | 61 |
| Binary | 10000111 | 110100 | 11000110 | 100000 | 1001010 | 0 | 10110 | 100010010 | 111010 | 110001 |
Color Harmonies of #8734C6
Complementary color
Monochromatic Colors of #8734C6
Black with #8734C6
Text Example
Text Example
White with #8734C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8734C6; }
p { color: rgb(135,52,198); }
H1.HeaderClassName
{
color: #8734C6;
}
.AnyTagClassName
{
color: #8734C6;
}
</style>
background-color css
<style>
a { background-color: #8734C6; }
a { background-color: rgb(135,52,198); }
div.DivClassName
{
background-color: #8734C6;
}
.BgClassName
{
background-color: #8734C6;
}
</style>
border-color css
<style>
span { border-color: #8734C6; }
span { border-color: rgb(135,52,198); }
td.TdClassName
{
border-color: #8734C6;
}
.TagClassName
{
border-color: #8734C6;
}
</style>