Shades of Dark Orchid #9A3FDA
Tints of Dark Orchid #9A3FDA
RGB
CMYK
RGB Variations
Color information
#9A3FDA (or 0x9A3FDA) is known color: Dark Orchid. HEX triplet: 9A, 3F and DA. RGB value is (154,63,218). Sum of RGB (Red+Green+Blue) = 154+63+218=435 (57% of max value = 765). Red value is 154 (60.55% from 255 or 35.40% from 435); Green value is 63 (25% from 255 or 14.48% from 435); Blue value is 218 (85.55% from 255 or 50.11% from 435); Max value from RGB is 218 - color contains mainly: blue. Hex color #9A3FDA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9A3FDA is #65C025. Grayscale: #6B6B6B. Windows color (decimal): -6668326 or 14303130. OLE color: 14303130.
HSL color Cylindrical-coordinate representation of color #9A3FDA: hue angle of 275.23º degrees, saturation: 0.68, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #9A3FDA is Cyan = 0.29, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 154 | 63 | 218 | - |
| CMYK | 0.29 | 0.71 | 0 | 0.15 |
| HSL | 275.23º | 0.68% | 0.55% | - |
| HSV(B) | 275.23º | 0.71% | 0.85% | - |
| XYZ | 27.76 | 15.49 | 67.86 | - |
| YUV | 107.88 | 190.15 | 160.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 63 | 218 | 0.29 | 0.71 | 0 | 0.15 | 275.23 | 0.68 | 0.55 |
| Hex | 9A | 3F | DA | 1D | 47 | 0 | F | 113 | 44 | 37 |
| Octal | 232 | 77 | 332 | 35 | 107 | 0 | 17 | 423 | 104 | 67 |
| Binary | 10011010 | 111111 | 11011010 | 11101 | 1000111 | 0 | 1111 | 100010011 | 1000100 | 110111 |
Color Harmonies of #9A3FDA
Complementary color
Monochromatic Colors of #9A3FDA
Black with #9A3FDA
Text Example
Text Example
White with #9A3FDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A3FDA; }
p { color: rgb(154,63,218); }
H1.HeaderClassName
{
color: #9A3FDA;
}
.AnyTagClassName
{
color: #9A3FDA;
}
</style>
background-color css
<style>
a { background-color: #9A3FDA; }
a { background-color: rgb(154,63,218); }
div.DivClassName
{
background-color: #9A3FDA;
}
.BgClassName
{
background-color: #9A3FDA;
}
</style>
border-color css
<style>
span { border-color: #9A3FDA; }
span { border-color: rgb(154,63,218); }
td.TdClassName
{
border-color: #9A3FDA;
}
.TagClassName
{
border-color: #9A3FDA;
}
</style>