Shades of Dark Orchid #8230BE
Tints of Dark Orchid #8230BE
RGB
CMYK
RGB Variations
Color information
#8230BE (or 0x8230BE) is known color: Dark Orchid. HEX triplet: 82, 30 and BE. RGB value is (130,48,190). Sum of RGB (Red+Green+Blue) = 130+48+190=368 (48% of max value = 765). Red value is 130 (51.17% from 255 or 35.33% from 368); Green value is 48 (19.14% from 255 or 13.04% from 368); Blue value is 190 (74.61% from 255 or 51.63% from 368); Max value from RGB is 190 - color contains mainly: blue. Hex color #8230BE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8230BE is #7DCF41. Grayscale: #585858. Windows color (decimal): -8245058 or 12464258. OLE color: 12464258.
HSL color Cylindrical-coordinate representation of color #8230BE: hue angle of 274.65º degrees, saturation: 0.6, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #8230BE is Cyan = 0.32, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 130 | 48 | 190 | - |
| CMYK | 0.32 | 0.75 | 0 | 0.25 |
| HSL | 274.65º | 0.6% | 0.47% | - |
| HSV(B) | 274.65º | 0.75% | 0.75% | - |
| XYZ | 19.56 | 10.58 | 49.73 | - |
| YUV | 88.71 | 185.17 | 157.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 48 | 190 | 0.32 | 0.75 | 0 | 0.25 | 274.65 | 0.6 | 0.47 |
| Hex | 82 | 30 | BE | 20 | 4B | 0 | 19 | 113 | 3C | 2F |
| Octal | 202 | 60 | 276 | 40 | 113 | 0 | 31 | 423 | 74 | 57 |
| Binary | 10000010 | 110000 | 10111110 | 100000 | 1001011 | 0 | 11001 | 100010011 | 111100 | 101111 |
Color Harmonies of #8230BE
Complementary color
Monochromatic Colors of #8230BE
Black with #8230BE
Text Example
Text Example
White with #8230BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8230BE; }
p { color: rgb(130,48,190); }
H1.HeaderClassName
{
color: #8230BE;
}
.AnyTagClassName
{
color: #8230BE;
}
</style>
background-color css
<style>
a { background-color: #8230BE; }
a { background-color: rgb(130,48,190); }
div.DivClassName
{
background-color: #8230BE;
}
.BgClassName
{
background-color: #8230BE;
}
</style>
border-color css
<style>
span { border-color: #8230BE; }
span { border-color: rgb(130,48,190); }
td.TdClassName
{
border-color: #8230BE;
}
.TagClassName
{
border-color: #8230BE;
}
</style>