Shades of Dark Orchid #9A3FDC
Tints of Dark Orchid #9A3FDC
RGB
CMYK
RGB Variations
Color information
#9A3FDC (or 0x9A3FDC) is known color: Dark Orchid. HEX triplet: 9A, 3F and DC. RGB value is (154,63,220). Sum of RGB (Red+Green+Blue) = 154+63+220=437 (57% of max value = 765). Red value is 154 (60.55% from 255 or 35.24% from 437); Green value is 63 (25% from 255 or 14.42% from 437); Blue value is 220 (86.33% from 255 or 50.34% from 437); Max value from RGB is 220 - color contains mainly: blue. Hex color #9A3FDC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9A3FDC is #65C023. Grayscale: #6B6B6B. Windows color (decimal): -6668324 or 14434202. OLE color: 14434202.
HSL color Cylindrical-coordinate representation of color #9A3FDC: hue angle of 274.78º degrees, saturation: 0.69, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #9A3FDC is Cyan = 0.3, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 154 | 63 | 220 | - |
| CMYK | 0.3 | 0.71 | 0 | 0.14 |
| HSL | 274.78º | 0.69% | 0.55% | - |
| HSV(B) | 274.78º | 0.71% | 0.86% | - |
| XYZ | 28.02 | 15.59 | 69.24 | - |
| YUV | 108.11 | 191.15 | 160.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 63 | 220 | 0.3 | 0.71 | 0 | 0.14 | 274.78 | 0.69 | 0.55 |
| Hex | 9A | 3F | DC | 1E | 47 | 0 | E | 113 | 45 | 37 |
| Octal | 232 | 77 | 334 | 36 | 107 | 0 | 16 | 423 | 105 | 67 |
| Binary | 10011010 | 111111 | 11011100 | 11110 | 1000111 | 0 | 1110 | 100010011 | 1000101 | 110111 |
Color Harmonies of #9A3FDC
Complementary color
Monochromatic Colors of #9A3FDC
Black with #9A3FDC
Text Example
Text Example
White with #9A3FDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A3FDC; }
p { color: rgb(154,63,220); }
H1.HeaderClassName
{
color: #9A3FDC;
}
.AnyTagClassName
{
color: #9A3FDC;
}
</style>
background-color css
<style>
a { background-color: #9A3FDC; }
a { background-color: rgb(154,63,220); }
div.DivClassName
{
background-color: #9A3FDC;
}
.BgClassName
{
background-color: #9A3FDC;
}
</style>
border-color css
<style>
span { border-color: #9A3FDC; }
span { border-color: rgb(154,63,220); }
td.TdClassName
{
border-color: #9A3FDC;
}
.TagClassName
{
border-color: #9A3FDC;
}
</style>