Shades of Dark Orchid #8729B3
Tints of Dark Orchid #8729B3
RGB
CMYK
RGB Variations
Color information
#8729B3 (or 0x8729B3) is known color: Dark Orchid. HEX triplet: 87, 29 and B3. RGB value is (135,41,179). Sum of RGB (Red+Green+Blue) = 135+41+179=355 (47% of max value = 765). Red value is 135 (53.12% from 255 or 38.03% from 355); Green value is 41 (16.41% from 255 or 11.55% from 355); Blue value is 179 (70.31% from 255 or 50.42% from 355); Max value from RGB is 179 - color contains mainly: blue. Hex color #8729B3 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8729B3 is #78D64C. Grayscale: #545454. Windows color (decimal): -7919181 or 11741575. OLE color: 11741575.
HSL color Cylindrical-coordinate representation of color #8729B3: hue angle of 280.87º degrees, saturation: 0.63, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #8729B3 is Cyan = 0.25, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 135 | 41 | 179 | - |
| CMYK | 0.25 | 0.77 | 0 | 0.30 |
| HSL | 280.87º | 0.63% | 0.43% | - |
| HSV(B) | 280.87º | 0.77% | 0.7% | - |
| XYZ | 18.92 | 9.99 | 43.58 | - |
| YUV | 84.84 | 181.14 | 163.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 41 | 179 | 0.25 | 0.77 | 0 | 0.30 | 280.87 | 0.63 | 0.43 |
| Hex | 87 | 29 | B3 | 19 | 4D | 0 | 1E | 119 | 3F | 2B |
| Octal | 207 | 51 | 263 | 31 | 115 | 0 | 36 | 431 | 77 | 53 |
| Binary | 10000111 | 101001 | 10110011 | 11001 | 1001101 | 0 | 11110 | 100011001 | 111111 | 101011 |
Color Harmonies of #8729B3
Complementary color
Monochromatic Colors of #8729B3
Black with #8729B3
Text Example
Text Example
White with #8729B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8729B3; }
p { color: rgb(135,41,179); }
H1.HeaderClassName
{
color: #8729B3;
}
.AnyTagClassName
{
color: #8729B3;
}
</style>
background-color css
<style>
a { background-color: #8729B3; }
a { background-color: rgb(135,41,179); }
div.DivClassName
{
background-color: #8729B3;
}
.BgClassName
{
background-color: #8729B3;
}
</style>
border-color css
<style>
span { border-color: #8729B3; }
span { border-color: rgb(135,41,179); }
td.TdClassName
{
border-color: #8729B3;
}
.TagClassName
{
border-color: #8729B3;
}
</style>