Shades of Dark Orchid #8A3DBD
Tints of Dark Orchid #8A3DBD
RGB
CMYK
RGB Variations
Color information
#8A3DBD (or 0x8A3DBD) is known color: Dark Orchid. HEX triplet: 8A, 3D and BD. RGB value is (138,61,189). Sum of RGB (Red+Green+Blue) = 138+61+189=388 (51% of max value = 765). Red value is 138 (54.30% from 255 or 35.57% from 388); Green value is 61 (24.22% from 255 or 15.72% from 388); Blue value is 189 (74.22% from 255 or 48.71% from 388); Max value from RGB is 189 - color contains mainly: blue. Hex color #8A3DBD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8A3DBD is #75C242. Grayscale: #626262. Windows color (decimal): -7717443 or 12402058. OLE color: 12402058.
HSL color Cylindrical-coordinate representation of color #8A3DBD: hue angle of 276.09º degrees, saturation: 0.51, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #8A3DBD is Cyan = 0.27, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 138 | 61 | 189 | - |
| CMYK | 0.27 | 0.68 | 0 | 0.26 |
| HSL | 276.09º | 0.51% | 0.49% | - |
| HSV(B) | 276.09º | 0.68% | 0.74% | - |
| XYZ | 21.34 | 12.41 | 49.42 | - |
| YUV | 98.62 | 179.01 | 156.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 61 | 189 | 0.27 | 0.68 | 0 | 0.26 | 276.09 | 0.51 | 0.49 |
| Hex | 8A | 3D | BD | 1B | 44 | 0 | 1A | 114 | 33 | 31 |
| Octal | 212 | 75 | 275 | 33 | 104 | 0 | 32 | 424 | 63 | 61 |
| Binary | 10001010 | 111101 | 10111101 | 11011 | 1000100 | 0 | 11010 | 100010100 | 110011 | 110001 |
Color Harmonies of #8A3DBD
Complementary color
Monochromatic Colors of #8A3DBD
Black with #8A3DBD
Text Example
Text Example
White with #8A3DBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A3DBD; }
p { color: rgb(138,61,189); }
H1.HeaderClassName
{
color: #8A3DBD;
}
.AnyTagClassName
{
color: #8A3DBD;
}
</style>
background-color css
<style>
a { background-color: #8A3DBD; }
a { background-color: rgb(138,61,189); }
div.DivClassName
{
background-color: #8A3DBD;
}
.BgClassName
{
background-color: #8A3DBD;
}
</style>
border-color css
<style>
span { border-color: #8A3DBD; }
span { border-color: rgb(138,61,189); }
td.TdClassName
{
border-color: #8A3DBD;
}
.TagClassName
{
border-color: #8A3DBD;
}
</style>