Shades of Dark Orchid #9A3DCA
Tints of Dark Orchid #9A3DCA
RGB
CMYK
RGB Variations
Color information
#9A3DCA (or 0x9A3DCA) is known color: Dark Orchid. HEX triplet: 9A, 3D and CA. RGB value is (154,61,202). Sum of RGB (Red+Green+Blue) = 154+61+202=417 (55% of max value = 765). Red value is 154 (60.55% from 255 or 36.93% from 417); Green value is 61 (24.22% from 255 or 14.63% from 417); Blue value is 202 (79.30% from 255 or 48.44% from 417); Max value from RGB is 202 - color contains mainly: blue. Hex color #9A3DCA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9A3DCA is #65C235. Grayscale: #686868. Windows color (decimal): -6668854 or 13254042. OLE color: 13254042.
HSL color Cylindrical-coordinate representation of color #9A3DCA: hue angle of 279.57º degrees, saturation: 0.57, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #9A3DCA is Cyan = 0.24, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 154 | 61 | 202 | - |
| CMYK | 0.24 | 0.70 | 0 | 0.21 |
| HSL | 279.57º | 0.57% | 0.52% | - |
| HSV(B) | 279.57º | 0.7% | 0.79% | - |
| XYZ | 25.66 | 14.47 | 57.32 | - |
| YUV | 104.88 | 182.81 | 163.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 61 | 202 | 0.24 | 0.70 | 0 | 0.21 | 279.57 | 0.57 | 0.52 |
| Hex | 9A | 3D | CA | 18 | 46 | 0 | 15 | 118 | 39 | 34 |
| Octal | 232 | 75 | 312 | 30 | 106 | 0 | 25 | 430 | 71 | 64 |
| Binary | 10011010 | 111101 | 11001010 | 11000 | 1000110 | 0 | 10101 | 100011000 | 111001 | 110100 |
Color Harmonies of #9A3DCA
Complementary color
Monochromatic Colors of #9A3DCA
Black with #9A3DCA
Text Example
Text Example
White with #9A3DCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A3DCA; }
p { color: rgb(154,61,202); }
H1.HeaderClassName
{
color: #9A3DCA;
}
.AnyTagClassName
{
color: #9A3DCA;
}
</style>
background-color css
<style>
a { background-color: #9A3DCA; }
a { background-color: rgb(154,61,202); }
div.DivClassName
{
background-color: #9A3DCA;
}
.BgClassName
{
background-color: #9A3DCA;
}
</style>
border-color css
<style>
span { border-color: #9A3DCA; }
span { border-color: rgb(154,61,202); }
td.TdClassName
{
border-color: #9A3DCA;
}
.TagClassName
{
border-color: #9A3DCA;
}
</style>