Shades of Dark Orchid #9A3DCE
Tints of Dark Orchid #9A3DCE
RGB
CMYK
RGB Variations
Color information
#9A3DCE (or 0x9A3DCE) is known color: Dark Orchid. HEX triplet: 9A, 3D and CE. RGB value is (154,61,206). Sum of RGB (Red+Green+Blue) = 154+61+206=421 (55% of max value = 765). Red value is 154 (60.55% from 255 or 36.58% from 421); Green value is 61 (24.22% from 255 or 14.49% from 421); Blue value is 206 (80.86% from 255 or 48.93% from 421); Max value from RGB is 206 - color contains mainly: blue. Hex color #9A3DCE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9A3DCE is #65C231. Grayscale: #686868. Windows color (decimal): -6668850 or 13516186. OLE color: 13516186.
HSL color Cylindrical-coordinate representation of color #9A3DCE: hue angle of 278.48º degrees, saturation: 0.6, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #9A3DCE is Cyan = 0.25, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 154 | 61 | 206 | - |
| CMYK | 0.25 | 0.70 | 0 | 0.19 |
| HSL | 278.48º | 0.6% | 0.52% | - |
| HSV(B) | 278.48º | 0.7% | 0.81% | - |
| XYZ | 26.14 | 14.66 | 59.85 | - |
| YUV | 105.34 | 184.81 | 162.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 61 | 206 | 0.25 | 0.70 | 0 | 0.19 | 278.48 | 0.6 | 0.52 |
| Hex | 9A | 3D | CE | 19 | 46 | 0 | 13 | 116 | 3C | 34 |
| Octal | 232 | 75 | 316 | 31 | 106 | 0 | 23 | 426 | 74 | 64 |
| Binary | 10011010 | 111101 | 11001110 | 11001 | 1000110 | 0 | 10011 | 100010110 | 111100 | 110100 |
Color Harmonies of #9A3DCE
Complementary color
Monochromatic Colors of #9A3DCE
Black with #9A3DCE
Text Example
Text Example
White with #9A3DCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A3DCE; }
p { color: rgb(154,61,206); }
H1.HeaderClassName
{
color: #9A3DCE;
}
.AnyTagClassName
{
color: #9A3DCE;
}
</style>
background-color css
<style>
a { background-color: #9A3DCE; }
a { background-color: rgb(154,61,206); }
div.DivClassName
{
background-color: #9A3DCE;
}
.BgClassName
{
background-color: #9A3DCE;
}
</style>
border-color css
<style>
span { border-color: #9A3DCE; }
span { border-color: rgb(154,61,206); }
td.TdClassName
{
border-color: #9A3DCE;
}
.TagClassName
{
border-color: #9A3DCE;
}
</style>