Shades of Dark Orchid #8A3DBB
Tints of Dark Orchid #8A3DBB
RGB
CMYK
RGB Variations
Color information
#8A3DBB (or 0x8A3DBB) is known color: Dark Orchid. HEX triplet: 8A, 3D and BB. RGB value is (138,61,187). Sum of RGB (Red+Green+Blue) = 138+61+187=386 (51% of max value = 765). Red value is 138 (54.30% from 255 or 35.75% from 386); Green value is 61 (24.22% from 255 or 15.80% from 386); Blue value is 187 (73.44% from 255 or 48.45% from 386); Max value from RGB is 187 - color contains mainly: blue. Hex color #8A3DBB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8A3DBB is #75C244. Grayscale: #616161. Windows color (decimal): -7717445 or 12270986. OLE color: 12270986.
HSL color Cylindrical-coordinate representation of color #8A3DBB: hue angle of 276.67º degrees, saturation: 0.51, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #8A3DBB is Cyan = 0.26, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 138 | 61 | 187 | - |
| CMYK | 0.26 | 0.67 | 0 | 0.27 |
| HSL | 276.67º | 0.51% | 0.49% | - |
| HSV(B) | 276.67º | 0.67% | 0.73% | - |
| XYZ | 21.12 | 12.33 | 48.28 | - |
| YUV | 98.39 | 178.01 | 156.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 61 | 187 | 0.26 | 0.67 | 0 | 0.27 | 276.67 | 0.51 | 0.49 |
| Hex | 8A | 3D | BB | 1A | 43 | 0 | 1B | 115 | 33 | 31 |
| Octal | 212 | 75 | 273 | 32 | 103 | 0 | 33 | 425 | 63 | 61 |
| Binary | 10001010 | 111101 | 10111011 | 11010 | 1000011 | 0 | 11011 | 100010101 | 110011 | 110001 |
Color Harmonies of #8A3DBB
Complementary color
Monochromatic Colors of #8A3DBB
Black with #8A3DBB
Text Example
Text Example
White with #8A3DBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A3DBB; }
p { color: rgb(138,61,187); }
H1.HeaderClassName
{
color: #8A3DBB;
}
.AnyTagClassName
{
color: #8A3DBB;
}
</style>
background-color css
<style>
a { background-color: #8A3DBB; }
a { background-color: rgb(138,61,187); }
div.DivClassName
{
background-color: #8A3DBB;
}
.BgClassName
{
background-color: #8A3DBB;
}
</style>
border-color css
<style>
span { border-color: #8A3DBB; }
span { border-color: rgb(138,61,187); }
td.TdClassName
{
border-color: #8A3DBB;
}
.TagClassName
{
border-color: #8A3DBB;
}
</style>