Shades of Dark Orchid #8B42C6
Tints of Dark Orchid #8B42C6
RGB
CMYK
RGB Variations
Color information
#8B42C6 (or 0x8B42C6) is known color: Dark Orchid. HEX triplet: 8B, 42 and C6. RGB value is (139,66,198). Sum of RGB (Red+Green+Blue) = 139+66+198=403 (53% of max value = 765). Red value is 139 (54.69% from 255 or 34.49% from 403); Green value is 66 (26.17% from 255 or 16.38% from 403); Blue value is 198 (77.73% from 255 or 49.13% from 403); Max value from RGB is 198 - color contains mainly: blue. Hex color #8B42C6 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8B42C6 is #74BD39. Grayscale: #666666. Windows color (decimal): -7650618 or 12993163. OLE color: 12993163.
HSL color Cylindrical-coordinate representation of color #8B42C6: hue angle of 273.18º degrees, saturation: 0.54, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #8B42C6 is Cyan = 0.30, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 139 | 66 | 198 | - |
| CMYK | 0.30 | 0.67 | 0 | 0.22 |
| HSL | 273.18º | 0.54% | 0.52% | - |
| HSV(B) | 273.18º | 0.67% | 0.78% | - |
| XYZ | 22.79 | 13.46 | 54.82 | - |
| YUV | 102.88 | 181.68 | 153.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 66 | 198 | 0.30 | 0.67 | 0 | 0.22 | 273.18 | 0.54 | 0.52 |
| Hex | 8B | 42 | C6 | 1E | 43 | 0 | 16 | 111 | 36 | 34 |
| Octal | 213 | 102 | 306 | 36 | 103 | 0 | 26 | 421 | 66 | 64 |
| Binary | 10001011 | 1000010 | 11000110 | 11110 | 1000011 | 0 | 10110 | 100010001 | 110110 | 110100 |
Color Harmonies of #8B42C6
Complementary color
Monochromatic Colors of #8B42C6
Black with #8B42C6
Text Example
Text Example
White with #8B42C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B42C6; }
p { color: rgb(139,66,198); }
H1.HeaderClassName
{
color: #8B42C6;
}
.AnyTagClassName
{
color: #8B42C6;
}
</style>
background-color css
<style>
a { background-color: #8B42C6; }
a { background-color: rgb(139,66,198); }
div.DivClassName
{
background-color: #8B42C6;
}
.BgClassName
{
background-color: #8B42C6;
}
</style>
border-color css
<style>
span { border-color: #8B42C6; }
span { border-color: rgb(139,66,198); }
td.TdClassName
{
border-color: #8B42C6;
}
.TagClassName
{
border-color: #8B42C6;
}
</style>