Shades of Dark Orchid #8744CB
Tints of Dark Orchid #8744CB
RGB
CMYK
RGB Variations
Color information
#8744CB (or 0x8744CB) is known color: Dark Orchid. HEX triplet: 87, 44 and CB. RGB value is (135,68,203). Sum of RGB (Red+Green+Blue) = 135+68+203=406 (53% of max value = 765). Red value is 135 (53.12% from 255 or 33.25% from 406); Green value is 68 (26.95% from 255 or 16.75% from 406); Blue value is 203 (79.69% from 255 or 50% from 406); Max value from RGB is 203 - color contains mainly: blue. Hex color #8744CB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8744CB is #78BB34. Grayscale: #666666. Windows color (decimal): -7912245 or 13321351. OLE color: 13321351.
HSL color Cylindrical-coordinate representation of color #8744CB: hue angle of 269.78º degrees, saturation: 0.56, 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 #8744CB is Cyan = 0.33, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 135 | 68 | 203 | - |
| CMYK | 0.33 | 0.67 | 0 | 0.20 |
| HSL | 269.78º | 0.56% | 0.53% | - |
| HSV(B) | 269.78º | 0.67% | 0.8% | - |
| XYZ | 22.84 | 13.6 | 57.92 | - |
| YUV | 103.42 | 184.2 | 150.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 68 | 203 | 0.33 | 0.67 | 0 | 0.20 | 269.78 | 0.56 | 0.53 |
| Hex | 87 | 44 | CB | 21 | 43 | 0 | 14 | 10E | 38 | 35 |
| Octal | 207 | 104 | 313 | 41 | 103 | 0 | 24 | 416 | 70 | 65 |
| Binary | 10000111 | 1000100 | 11001011 | 100001 | 1000011 | 0 | 10100 | 100001110 | 111000 | 110101 |
Color Harmonies of #8744CB
Complementary color
Monochromatic Colors of #8744CB
Black with #8744CB
Text Example
Text Example
White with #8744CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8744CB; }
p { color: rgb(135,68,203); }
H1.HeaderClassName
{
color: #8744CB;
}
.AnyTagClassName
{
color: #8744CB;
}
</style>
background-color css
<style>
a { background-color: #8744CB; }
a { background-color: rgb(135,68,203); }
div.DivClassName
{
background-color: #8744CB;
}
.BgClassName
{
background-color: #8744CB;
}
</style>
border-color css
<style>
span { border-color: #8744CB; }
span { border-color: rgb(135,68,203); }
td.TdClassName
{
border-color: #8744CB;
}
.TagClassName
{
border-color: #8744CB;
}
</style>