Shades of Dark Orchid #9A24C4
Tints of Dark Orchid #9A24C4
RGB
CMYK
RGB Variations
Color information
#9A24C4 (or 0x9A24C4) is known color: Dark Orchid. HEX triplet: 9A, 24 and C4. RGB value is (154,36,196). Sum of RGB (Red+Green+Blue) = 154+36+196=386 (51% of max value = 765). Red value is 154 (60.55% from 255 or 39.90% from 386); Green value is 36 (14.45% from 255 or 9.33% from 386); Blue value is 196 (76.95% from 255 or 50.78% from 386); Max value from RGB is 196 - color contains mainly: blue. Hex color #9A24C4 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9A24C4 is #65DB3B. Grayscale: #595959. Windows color (decimal): -6675260 or 12854426. OLE color: 12854426.
HSL color Cylindrical-coordinate representation of color #9A24C4: hue angle of 284.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 #9A24C4 is Cyan = 0.21, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 154 | 36 | 196 | - |
| CMYK | 0.21 | 0.82 | 0 | 0.23 |
| HSL | 284.25º | 0.69% | 0.45% | - |
| HSV(B) | 284.25º | 0.82% | 0.77% | - |
| XYZ | 23.92 | 12.12 | 53.3 | - |
| YUV | 89.52 | 188.09 | 173.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 36 | 196 | 0.21 | 0.82 | 0 | 0.23 | 284.25 | 0.69 | 0.45 |
| Hex | 9A | 24 | C4 | 15 | 52 | 0 | 17 | 11C | 45 | 2D |
| Octal | 232 | 44 | 304 | 25 | 122 | 0 | 27 | 434 | 105 | 55 |
| Binary | 10011010 | 100100 | 11000100 | 10101 | 1010010 | 0 | 10111 | 100011100 | 1000101 | 101101 |
Color Harmonies of #9A24C4
Complementary color
Monochromatic Colors of #9A24C4
Black with #9A24C4
Text Example
Text Example
White with #9A24C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A24C4; }
p { color: rgb(154,36,196); }
H1.HeaderClassName
{
color: #9A24C4;
}
.AnyTagClassName
{
color: #9A24C4;
}
</style>
background-color css
<style>
a { background-color: #9A24C4; }
a { background-color: rgb(154,36,196); }
div.DivClassName
{
background-color: #9A24C4;
}
.BgClassName
{
background-color: #9A24C4;
}
</style>
border-color css
<style>
span { border-color: #9A24C4; }
span { border-color: rgb(154,36,196); }
td.TdClassName
{
border-color: #9A24C4;
}
.TagClassName
{
border-color: #9A24C4;
}
</style>