Shades of Dark Orchid #9A3DDA
Tints of Dark Orchid #9A3DDA
RGB
CMYK
RGB Variations
Color information
#9A3DDA (or 0x9A3DDA) is known color: Dark Orchid. HEX triplet: 9A, 3D and DA. RGB value is (154,61,218). Sum of RGB (Red+Green+Blue) = 154+61+218=433 (57% of max value = 765). Red value is 154 (60.55% from 255 or 35.57% from 433); Green value is 61 (24.22% from 255 or 14.09% from 433); Blue value is 218 (85.55% from 255 or 50.35% from 433); Max value from RGB is 218 - color contains mainly: blue. Hex color #9A3DDA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9A3DDA is #65C225. Grayscale: #6A6A6A. Windows color (decimal): -6668838 or 14302618. OLE color: 14302618.
HSL color Cylindrical-coordinate representation of color #9A3DDA: hue angle of 275.54º degrees, saturation: 0.68, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #9A3DDA is Cyan = 0.29, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 154 | 61 | 218 | - |
| CMYK | 0.29 | 0.72 | 0 | 0.15 |
| HSL | 275.54º | 0.68% | 0.55% | - |
| HSV(B) | 275.54º | 0.72% | 0.85% | - |
| XYZ | 27.65 | 15.27 | 67.82 | - |
| YUV | 106.71 | 190.81 | 161.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 61 | 218 | 0.29 | 0.72 | 0 | 0.15 | 275.54 | 0.68 | 0.55 |
| Hex | 9A | 3D | DA | 1D | 48 | 0 | F | 114 | 44 | 37 |
| Octal | 232 | 75 | 332 | 35 | 110 | 0 | 17 | 424 | 104 | 67 |
| Binary | 10011010 | 111101 | 11011010 | 11101 | 1001000 | 0 | 1111 | 100010100 | 1000100 | 110111 |
Color Harmonies of #9A3DDA
Complementary color
Monochromatic Colors of #9A3DDA
Black with #9A3DDA
Text Example
Text Example
White with #9A3DDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A3DDA; }
p { color: rgb(154,61,218); }
H1.HeaderClassName
{
color: #9A3DDA;
}
.AnyTagClassName
{
color: #9A3DDA;
}
</style>
background-color css
<style>
a { background-color: #9A3DDA; }
a { background-color: rgb(154,61,218); }
div.DivClassName
{
background-color: #9A3DDA;
}
.BgClassName
{
background-color: #9A3DDA;
}
</style>
border-color css
<style>
span { border-color: #9A3DDA; }
span { border-color: rgb(154,61,218); }
td.TdClassName
{
border-color: #9A3DDA;
}
.TagClassName
{
border-color: #9A3DDA;
}
</style>