Shades of Dark Orchid #9A39CD
Tints of Dark Orchid #9A39CD
RGB
CMYK
RGB Variations
Color information
#9A39CD (or 0x9A39CD) is known color: Dark Orchid. HEX triplet: 9A, 39 and CD. RGB value is (154,57,205). Sum of RGB (Red+Green+Blue) = 154+57+205=416 (55% of max value = 765). Red value is 154 (60.55% from 255 or 37.02% from 416); Green value is 57 (22.66% from 255 or 13.70% from 416); Blue value is 205 (80.47% from 255 or 49.28% from 416); Max value from RGB is 205 - color contains mainly: blue. Hex color #9A39CD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9A39CD is #65C632. Grayscale: #666666. Windows color (decimal): -6669875 or 13449626. OLE color: 13449626.
HSL color Cylindrical-coordinate representation of color #9A39CD: hue angle of 279.32º degrees, saturation: 0.6, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #9A39CD is Cyan = 0.25, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 154 | 57 | 205 | - |
| CMYK | 0.25 | 0.72 | 0 | 0.20 |
| HSL | 279.32º | 0.6% | 0.51% | - |
| HSV(B) | 279.32º | 0.72% | 0.8% | - |
| XYZ | 25.81 | 14.2 | 59.14 | - |
| YUV | 102.88 | 185.64 | 164.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 57 | 205 | 0.25 | 0.72 | 0 | 0.20 | 279.32 | 0.6 | 0.51 |
| Hex | 9A | 39 | CD | 19 | 48 | 0 | 14 | 117 | 3C | 33 |
| Octal | 232 | 71 | 315 | 31 | 110 | 0 | 24 | 427 | 74 | 63 |
| Binary | 10011010 | 111001 | 11001101 | 11001 | 1001000 | 0 | 10100 | 100010111 | 111100 | 110011 |
Color Harmonies of #9A39CD
Complementary color
Monochromatic Colors of #9A39CD
Black with #9A39CD
Text Example
Text Example
White with #9A39CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A39CD; }
p { color: rgb(154,57,205); }
H1.HeaderClassName
{
color: #9A39CD;
}
.AnyTagClassName
{
color: #9A39CD;
}
</style>
background-color css
<style>
a { background-color: #9A39CD; }
a { background-color: rgb(154,57,205); }
div.DivClassName
{
background-color: #9A39CD;
}
.BgClassName
{
background-color: #9A39CD;
}
</style>
border-color css
<style>
span { border-color: #9A39CD; }
span { border-color: rgb(154,57,205); }
td.TdClassName
{
border-color: #9A39CD;
}
.TagClassName
{
border-color: #9A39CD;
}
</style>