Shades of Dark Orchid #8A38B7
Tints of Dark Orchid #8A38B7
RGB
CMYK
RGB Variations
Color information
#8A38B7 (or 0x8A38B7) is known color: Dark Orchid. HEX triplet: 8A, 38 and B7. RGB value is (138,56,183). Sum of RGB (Red+Green+Blue) = 138+56+183=377 (49% of max value = 765). Red value is 138 (54.30% from 255 or 36.60% from 377); Green value is 56 (22.27% from 255 or 14.85% from 377); Blue value is 183 (71.88% from 255 or 48.54% from 377); Max value from RGB is 183 - color contains mainly: blue. Hex color #8A38B7 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8A38B7 is #75C748. Grayscale: #5E5E5E. Windows color (decimal): -7718729 or 12007562. OLE color: 12007562.
HSL color Cylindrical-coordinate representation of color #8A38B7: hue angle of 278.74º degrees, saturation: 0.53, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #8A38B7 is Cyan = 0.25, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 138 | 56 | 183 | - |
| CMYK | 0.25 | 0.69 | 0 | 0.28 |
| HSL | 278.74º | 0.53% | 0.47% | - |
| HSV(B) | 278.74º | 0.69% | 0.72% | - |
| XYZ | 20.44 | 11.65 | 45.97 | - |
| YUV | 95 | 177.67 | 158.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 56 | 183 | 0.25 | 0.69 | 0 | 0.28 | 278.74 | 0.53 | 0.47 |
| Hex | 8A | 38 | B7 | 19 | 45 | 0 | 1C | 117 | 35 | 2F |
| Octal | 212 | 70 | 267 | 31 | 105 | 0 | 34 | 427 | 65 | 57 |
| Binary | 10001010 | 111000 | 10110111 | 11001 | 1000101 | 0 | 11100 | 100010111 | 110101 | 101111 |
Color Harmonies of #8A38B7
Complementary color
Monochromatic Colors of #8A38B7
Black with #8A38B7
Text Example
Text Example
White with #8A38B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A38B7; }
p { color: rgb(138,56,183); }
H1.HeaderClassName
{
color: #8A38B7;
}
.AnyTagClassName
{
color: #8A38B7;
}
</style>
background-color css
<style>
a { background-color: #8A38B7; }
a { background-color: rgb(138,56,183); }
div.DivClassName
{
background-color: #8A38B7;
}
.BgClassName
{
background-color: #8A38B7;
}
</style>
border-color css
<style>
span { border-color: #8A38B7; }
span { border-color: rgb(138,56,183); }
td.TdClassName
{
border-color: #8A38B7;
}
.TagClassName
{
border-color: #8A38B7;
}
</style>