Shades of Dark Orchid #8743CC
Tints of Dark Orchid #8743CC
RGB
CMYK
RGB Variations
Color information
#8743CC (or 0x8743CC) is known color: Dark Orchid. HEX triplet: 87, 43 and CC. RGB value is (135,67,204). Sum of RGB (Red+Green+Blue) = 135+67+204=406 (53% of max value = 765). Red value is 135 (53.12% from 255 or 33.25% from 406); Green value is 67 (26.56% from 255 or 16.50% from 406); Blue value is 204 (80.08% from 255 or 50.25% from 406); Max value from RGB is 204 - color contains mainly: blue. Hex color #8743CC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8743CC is #78BC33. Grayscale: #666666. Windows color (decimal): -7912500 or 13386631. OLE color: 13386631.
HSL color Cylindrical-coordinate representation of color #8743CC: hue angle of 269.78º 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 #8743CC is Cyan = 0.34, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 135 | 67 | 204 | - |
| CMYK | 0.34 | 0.67 | 0 | 0.2 |
| HSL | 269.78º | 0.57% | 0.53% | - |
| HSV(B) | 269.78º | 0.67% | 0.8% | - |
| XYZ | 22.9 | 13.52 | 58.53 | - |
| YUV | 102.95 | 185.03 | 150.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 67 | 204 | 0.34 | 0.67 | 0 | 0.2 | 269.78 | 0.57 | 0.53 |
| Hex | 87 | 43 | CC | 22 | 43 | 0 | 14 | 10E | 39 | 35 |
| Octal | 207 | 103 | 314 | 42 | 103 | 0 | 24 | 416 | 71 | 65 |
| Binary | 10000111 | 1000011 | 11001100 | 100010 | 1000011 | 0 | 10100 | 100001110 | 111001 | 110101 |
Color Harmonies of #8743CC
Complementary color
Monochromatic Colors of #8743CC
Black with #8743CC
Text Example
Text Example
White with #8743CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8743CC; }
p { color: rgb(135,67,204); }
H1.HeaderClassName
{
color: #8743CC;
}
.AnyTagClassName
{
color: #8743CC;
}
</style>
background-color css
<style>
a { background-color: #8743CC; }
a { background-color: rgb(135,67,204); }
div.DivClassName
{
background-color: #8743CC;
}
.BgClassName
{
background-color: #8743CC;
}
</style>
border-color css
<style>
span { border-color: #8743CC; }
span { border-color: rgb(135,67,204); }
td.TdClassName
{
border-color: #8743CC;
}
.TagClassName
{
border-color: #8743CC;
}
</style>