Shades of Dark Orchid #8D35C4
Tints of Dark Orchid #8D35C4
RGB
CMYK
RGB Variations
Color information
#8D35C4 (or 0x8D35C4) is known color: Dark Orchid. HEX triplet: 8D, 35 and C4. RGB value is (141,53,196). Sum of RGB (Red+Green+Blue) = 141+53+196=390 (51% of max value = 765). Red value is 141 (55.47% from 255 or 36.15% from 390); Green value is 53 (21.09% from 255 or 13.59% from 390); Blue value is 196 (76.95% from 255 or 50.26% from 390); Max value from RGB is 196 - color contains mainly: blue. Hex color #8D35C4 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8D35C4 is #72CA3B. Grayscale: #5F5F5F. Windows color (decimal): -7522876 or 12858765. OLE color: 12858765.
HSL color Cylindrical-coordinate representation of color #8D35C4: hue angle of 276.92º degrees, saturation: 0.57, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #8D35C4 is Cyan = 0.28, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 141 | 53 | 196 | - |
| CMYK | 0.28 | 0.73 | 0 | 0.23 |
| HSL | 276.92º | 0.57% | 0.49% | - |
| HSV(B) | 276.92º | 0.73% | 0.77% | - |
| XYZ | 22.22 | 12.19 | 53.41 | - |
| YUV | 95.61 | 184.65 | 160.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 53 | 196 | 0.28 | 0.73 | 0 | 0.23 | 276.92 | 0.57 | 0.49 |
| Hex | 8D | 35 | C4 | 1C | 49 | 0 | 17 | 115 | 39 | 31 |
| Octal | 215 | 65 | 304 | 34 | 111 | 0 | 27 | 425 | 71 | 61 |
| Binary | 10001101 | 110101 | 11000100 | 11100 | 1001001 | 0 | 10111 | 100010101 | 111001 | 110001 |
Color Harmonies of #8D35C4
Complementary color
Monochromatic Colors of #8D35C4
Black with #8D35C4
Text Example
Text Example
White with #8D35C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D35C4; }
p { color: rgb(141,53,196); }
H1.HeaderClassName
{
color: #8D35C4;
}
.AnyTagClassName
{
color: #8D35C4;
}
</style>
background-color css
<style>
a { background-color: #8D35C4; }
a { background-color: rgb(141,53,196); }
div.DivClassName
{
background-color: #8D35C4;
}
.BgClassName
{
background-color: #8D35C4;
}
</style>
border-color css
<style>
span { border-color: #8D35C4; }
span { border-color: rgb(141,53,196); }
td.TdClassName
{
border-color: #8D35C4;
}
.TagClassName
{
border-color: #8D35C4;
}
</style>