Shades of Dark Orchid #9F3DDA
Tints of Dark Orchid #9F3DDA
RGB
CMYK
RGB Variations
Color information
#9F3DDA (or 0x9F3DDA) is known color: Dark Orchid. HEX triplet: 9F, 3D and DA. RGB value is (159,61,218). Sum of RGB (Red+Green+Blue) = 159+61+218=438 (58% of max value = 765). Red value is 159 (62.5% from 255 or 36.30% from 438); Green value is 61 (24.22% from 255 or 13.93% from 438); Blue value is 218 (85.55% from 255 or 49.77% from 438); Max value from RGB is 218 - color contains mainly: blue. Hex color #9F3DDA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9F3DDA is #60C225. Grayscale: #6B6B6B. Windows color (decimal): -6341158 or 14302623. OLE color: 14302623.
HSL color Cylindrical-coordinate representation of color #9F3DDA: hue angle of 277.45º 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 #9F3DDA is Cyan = 0.27, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 159 | 61 | 218 | - |
| CMYK | 0.27 | 0.72 | 0 | 0.15 |
| HSL | 277.45º | 0.68% | 0.55% | - |
| HSV(B) | 277.45º | 0.72% | 0.85% | - |
| XYZ | 28.62 | 15.77 | 67.87 | - |
| YUV | 108.2 | 189.97 | 164.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 61 | 218 | 0.27 | 0.72 | 0 | 0.15 | 277.45 | 0.68 | 0.55 |
| Hex | 9F | 3D | DA | 1B | 48 | 0 | F | 115 | 44 | 37 |
| Octal | 237 | 75 | 332 | 33 | 110 | 0 | 17 | 425 | 104 | 67 |
| Binary | 10011111 | 111101 | 11011010 | 11011 | 1001000 | 0 | 1111 | 100010101 | 1000100 | 110111 |
Color Harmonies of #9F3DDA
Complementary color
Monochromatic Colors of #9F3DDA
Black with #9F3DDA
Text Example
Text Example
White with #9F3DDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F3DDA; }
p { color: rgb(159,61,218); }
H1.HeaderClassName
{
color: #9F3DDA;
}
.AnyTagClassName
{
color: #9F3DDA;
}
</style>
background-color css
<style>
a { background-color: #9F3DDA; }
a { background-color: rgb(159,61,218); }
div.DivClassName
{
background-color: #9F3DDA;
}
.BgClassName
{
background-color: #9F3DDA;
}
</style>
border-color css
<style>
span { border-color: #9F3DDA; }
span { border-color: rgb(159,61,218); }
td.TdClassName
{
border-color: #9F3DDA;
}
.TagClassName
{
border-color: #9F3DDA;
}
</style>