Shades of Dark Orchid #8623BE
Tints of Dark Orchid #8623BE
RGB
CMYK
RGB Variations
Color information
#8623BE (or 0x8623BE) is known color: Dark Orchid. HEX triplet: 86, 23 and BE. RGB value is (134,35,190). Sum of RGB (Red+Green+Blue) = 134+35+190=359 (47% of max value = 765). Red value is 134 (52.73% from 255 or 37.33% from 359); Green value is 35 (14.06% from 255 or 9.75% from 359); Blue value is 190 (74.61% from 255 or 52.92% from 359); Max value from RGB is 190 - color contains mainly: blue. Hex color #8623BE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8623BE is #79DC41. Grayscale: #515151. Windows color (decimal): -7986242 or 12460934. OLE color: 12460934.
HSL color Cylindrical-coordinate representation of color #8623BE: hue angle of 278.32º degrees, saturation: 0.69, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #8623BE is Cyan = 0.29, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 134 | 35 | 190 | - |
| CMYK | 0.29 | 0.82 | 0 | 0.25 |
| HSL | 278.32º | 0.69% | 0.44% | - |
| HSV(B) | 278.32º | 0.82% | 0.75% | - |
| XYZ | 19.73 | 9.99 | 49.6 | - |
| YUV | 82.27 | 188.8 | 164.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 35 | 190 | 0.29 | 0.82 | 0 | 0.25 | 278.32 | 0.69 | 0.44 |
| Hex | 86 | 23 | BE | 1D | 52 | 0 | 19 | 116 | 45 | 2C |
| Octal | 206 | 43 | 276 | 35 | 122 | 0 | 31 | 426 | 105 | 54 |
| Binary | 10000110 | 100011 | 10111110 | 11101 | 1010010 | 0 | 11001 | 100010110 | 1000101 | 101100 |
Color Harmonies of #8623BE
Complementary color
Monochromatic Colors of #8623BE
Black with #8623BE
Text Example
Text Example
White with #8623BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8623BE; }
p { color: rgb(134,35,190); }
H1.HeaderClassName
{
color: #8623BE;
}
.AnyTagClassName
{
color: #8623BE;
}
</style>
background-color css
<style>
a { background-color: #8623BE; }
a { background-color: rgb(134,35,190); }
div.DivClassName
{
background-color: #8623BE;
}
.BgClassName
{
background-color: #8623BE;
}
</style>
border-color css
<style>
span { border-color: #8623BE; }
span { border-color: rgb(134,35,190); }
td.TdClassName
{
border-color: #8623BE;
}
.TagClassName
{
border-color: #8623BE;
}
</style>