Shades of Dark Orchid #8A24C4
Tints of Dark Orchid #8A24C4
RGB
CMYK
RGB Variations
Color information
#8A24C4 (or 0x8A24C4) is known color: Dark Orchid. HEX triplet: 8A, 24 and C4. RGB value is (138,36,196). Sum of RGB (Red+Green+Blue) = 138+36+196=370 (49% of max value = 765). Red value is 138 (54.30% from 255 or 37.30% from 370); Green value is 36 (14.45% from 255 or 9.73% from 370); Blue value is 196 (76.95% from 255 or 52.97% from 370); Max value from RGB is 196 - color contains mainly: blue. Hex color #8A24C4 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8A24C4 is #75DB3B. Grayscale: #545454. Windows color (decimal): -7723836 or 12854410. OLE color: 12854410.
HSL color Cylindrical-coordinate representation of color #8A24C4: hue angle of 278.25º degrees, saturation: 0.69, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #8A24C4 is Cyan = 0.30, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 138 | 36 | 196 | - |
| CMYK | 0.30 | 0.82 | 0 | 0.23 |
| HSL | 278.25º | 0.69% | 0.45% | - |
| HSV(B) | 278.25º | 0.82% | 0.77% | - |
| XYZ | 21.08 | 10.65 | 53.17 | - |
| YUV | 84.74 | 190.79 | 165.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 36 | 196 | 0.30 | 0.82 | 0 | 0.23 | 278.25 | 0.69 | 0.45 |
| Hex | 8A | 24 | C4 | 1E | 52 | 0 | 17 | 116 | 45 | 2D |
| Octal | 212 | 44 | 304 | 36 | 122 | 0 | 27 | 426 | 105 | 55 |
| Binary | 10001010 | 100100 | 11000100 | 11110 | 1010010 | 0 | 10111 | 100010110 | 1000101 | 101101 |
Color Harmonies of #8A24C4
Complementary color
Monochromatic Colors of #8A24C4
Black with #8A24C4
Text Example
Text Example
White with #8A24C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A24C4; }
p { color: rgb(138,36,196); }
H1.HeaderClassName
{
color: #8A24C4;
}
.AnyTagClassName
{
color: #8A24C4;
}
</style>
background-color css
<style>
a { background-color: #8A24C4; }
a { background-color: rgb(138,36,196); }
div.DivClassName
{
background-color: #8A24C4;
}
.BgClassName
{
background-color: #8A24C4;
}
</style>
border-color css
<style>
span { border-color: #8A24C4; }
span { border-color: rgb(138,36,196); }
td.TdClassName
{
border-color: #8A24C4;
}
.TagClassName
{
border-color: #8A24C4;
}
</style>