Shades of Dark Orchid #8A3DC4
Tints of Dark Orchid #8A3DC4
RGB
CMYK
RGB Variations
Color information
#8A3DC4 (or 0x8A3DC4) is known color: Dark Orchid. HEX triplet: 8A, 3D and C4. RGB value is (138,61,196). Sum of RGB (Red+Green+Blue) = 138+61+196=395 (52% of max value = 765). Red value is 138 (54.30% from 255 or 34.94% from 395); Green value is 61 (24.22% from 255 or 15.44% from 395); Blue value is 196 (76.95% from 255 or 49.62% from 395); Max value from RGB is 196 - color contains mainly: blue. Hex color #8A3DC4 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8A3DC4 is #75C23B. Grayscale: #626262. Windows color (decimal): -7717436 or 12860810. OLE color: 12860810.
HSL color Cylindrical-coordinate representation of color #8A3DC4: hue angle of 274.22º degrees, saturation: 0.53, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #8A3DC4 is Cyan = 0.30, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 138 | 61 | 196 | - |
| CMYK | 0.30 | 0.69 | 0 | 0.23 |
| HSL | 274.22º | 0.53% | 0.5% | - |
| HSV(B) | 274.22º | 0.69% | 0.77% | - |
| XYZ | 22.11 | 12.73 | 53.52 | - |
| YUV | 99.41 | 182.51 | 155.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 61 | 196 | 0.30 | 0.69 | 0 | 0.23 | 274.22 | 0.53 | 0.5 |
| Hex | 8A | 3D | C4 | 1E | 45 | 0 | 17 | 112 | 35 | 32 |
| Octal | 212 | 75 | 304 | 36 | 105 | 0 | 27 | 422 | 65 | 62 |
| Binary | 10001010 | 111101 | 11000100 | 11110 | 1000101 | 0 | 10111 | 100010010 | 110101 | 110010 |
Color Harmonies of #8A3DC4
Complementary color
Monochromatic Colors of #8A3DC4
Black with #8A3DC4
Text Example
Text Example
White with #8A3DC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A3DC4; }
p { color: rgb(138,61,196); }
H1.HeaderClassName
{
color: #8A3DC4;
}
.AnyTagClassName
{
color: #8A3DC4;
}
</style>
background-color css
<style>
a { background-color: #8A3DC4; }
a { background-color: rgb(138,61,196); }
div.DivClassName
{
background-color: #8A3DC4;
}
.BgClassName
{
background-color: #8A3DC4;
}
</style>
border-color css
<style>
span { border-color: #8A3DC4; }
span { border-color: rgb(138,61,196); }
td.TdClassName
{
border-color: #8A3DC4;
}
.TagClassName
{
border-color: #8A3DC4;
}
</style>