Shades of Dark Orchid #8638CC
Tints of Dark Orchid #8638CC
RGB
CMYK
RGB Variations
Color information
#8638CC (or 0x8638CC) is known color: Dark Orchid. HEX triplet: 86, 38 and CC. RGB value is (134,56,204). Sum of RGB (Red+Green+Blue) = 134+56+204=394 (52% of max value = 765). Red value is 134 (52.73% from 255 or 34.01% from 394); Green value is 56 (22.27% from 255 or 14.21% from 394); Blue value is 204 (80.08% from 255 or 51.78% from 394); Max value from RGB is 204 - color contains mainly: blue. Hex color #8638CC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8638CC is #79C733. Grayscale: #5F5F5F. Windows color (decimal): -7980852 or 13383814. OLE color: 13383814.
HSL color Cylindrical-coordinate representation of color #8638CC: hue angle of 271.62º degrees, saturation: 0.59, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #8638CC is Cyan = 0.34, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 134 | 56 | 204 | - |
| CMYK | 0.34 | 0.73 | 0 | 0.2 |
| HSL | 271.62º | 0.59% | 0.51% | - |
| HSV(B) | 271.62º | 0.73% | 0.8% | - |
| XYZ | 22.14 | 12.26 | 58.33 | - |
| YUV | 96.19 | 188.84 | 154.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 56 | 204 | 0.34 | 0.73 | 0 | 0.2 | 271.62 | 0.59 | 0.51 |
| Hex | 86 | 38 | CC | 22 | 49 | 0 | 14 | 110 | 3B | 33 |
| Octal | 206 | 70 | 314 | 42 | 111 | 0 | 24 | 420 | 73 | 63 |
| Binary | 10000110 | 111000 | 11001100 | 100010 | 1001001 | 0 | 10100 | 100010000 | 111011 | 110011 |
Color Harmonies of #8638CC
Complementary color
Monochromatic Colors of #8638CC
Black with #8638CC
Text Example
Text Example
White with #8638CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8638CC; }
p { color: rgb(134,56,204); }
H1.HeaderClassName
{
color: #8638CC;
}
.AnyTagClassName
{
color: #8638CC;
}
</style>
background-color css
<style>
a { background-color: #8638CC; }
a { background-color: rgb(134,56,204); }
div.DivClassName
{
background-color: #8638CC;
}
.BgClassName
{
background-color: #8638CC;
}
</style>
border-color css
<style>
span { border-color: #8638CC; }
span { border-color: rgb(134,56,204); }
td.TdClassName
{
border-color: #8638CC;
}
.TagClassName
{
border-color: #8638CC;
}
</style>