Shades of Dark Orchid #8230BD
Tints of Dark Orchid #8230BD
RGB
CMYK
RGB Variations
Color information
#8230BD (or 0x8230BD) is known color: Dark Orchid. HEX triplet: 82, 30 and BD. RGB value is (130,48,189). Sum of RGB (Red+Green+Blue) = 130+48+189=367 (48% of max value = 765). Red value is 130 (51.17% from 255 or 35.42% from 367); Green value is 48 (19.14% from 255 or 13.08% from 367); Blue value is 189 (74.22% from 255 or 51.50% from 367); Max value from RGB is 189 - color contains mainly: blue. Hex color #8230BD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8230BD is #7DCF42. Grayscale: #585858. Windows color (decimal): -8245059 or 12398722. OLE color: 12398722.
HSL color Cylindrical-coordinate representation of color #8230BD: hue angle of 274.89º degrees, saturation: 0.59, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #8230BD is Cyan = 0.31, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 130 | 48 | 189 | - |
| CMYK | 0.31 | 0.75 | 0 | 0.26 |
| HSL | 274.89º | 0.59% | 0.46% | - |
| HSV(B) | 274.89º | 0.75% | 0.74% | - |
| XYZ | 19.45 | 10.53 | 49.15 | - |
| YUV | 88.59 | 184.67 | 157.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 48 | 189 | 0.31 | 0.75 | 0 | 0.26 | 274.89 | 0.59 | 0.46 |
| Hex | 82 | 30 | BD | 1F | 4B | 0 | 1A | 113 | 3B | 2E |
| Octal | 202 | 60 | 275 | 37 | 113 | 0 | 32 | 423 | 73 | 56 |
| Binary | 10000010 | 110000 | 10111101 | 11111 | 1001011 | 0 | 11010 | 100010011 | 111011 | 101110 |
Color Harmonies of #8230BD
Complementary color
Monochromatic Colors of #8230BD
Black with #8230BD
Text Example
Text Example
White with #8230BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8230BD; }
p { color: rgb(130,48,189); }
H1.HeaderClassName
{
color: #8230BD;
}
.AnyTagClassName
{
color: #8230BD;
}
</style>
background-color css
<style>
a { background-color: #8230BD; }
a { background-color: rgb(130,48,189); }
div.DivClassName
{
background-color: #8230BD;
}
.BgClassName
{
background-color: #8230BD;
}
</style>
border-color css
<style>
span { border-color: #8230BD; }
span { border-color: rgb(130,48,189); }
td.TdClassName
{
border-color: #8230BD;
}
.TagClassName
{
border-color: #8230BD;
}
</style>