Shades of Dark Orchid #9F4BDA
Tints of Dark Orchid #9F4BDA
RGB
CMYK
RGB Variations
Color information
#9F4BDA (or 0x9F4BDA) is known color: Dark Orchid. HEX triplet: 9F, 4B and DA. RGB value is (159,75,218). Sum of RGB (Red+Green+Blue) = 159+75+218=452 (59% of max value = 765). Red value is 159 (62.5% from 255 or 35.18% from 452); Green value is 75 (29.69% from 255 or 16.59% from 452); Blue value is 218 (85.55% from 255 or 48.23% from 452); Max value from RGB is 218 - color contains mainly: blue. Hex color #9F4BDA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9F4BDA is #60B425. Grayscale: #737373. Windows color (decimal): -6337574 or 14306207. OLE color: 14306207.
HSL color Cylindrical-coordinate representation of color #9F4BDA: hue angle of 275.24º degrees, saturation: 0.66, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #9F4BDA is Cyan = 0.27, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 159 | 75 | 218 | - |
| CMYK | 0.27 | 0.66 | 0 | 0.15 |
| HSL | 275.24º | 0.66% | 0.57% | - |
| HSV(B) | 275.24º | 0.66% | 0.85% | - |
| XYZ | 29.47 | 17.47 | 68.15 | - |
| YUV | 116.42 | 185.33 | 158.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 75 | 218 | 0.27 | 0.66 | 0 | 0.15 | 275.24 | 0.66 | 0.57 |
| Hex | 9F | 4B | DA | 1B | 42 | 0 | F | 113 | 42 | 39 |
| Octal | 237 | 113 | 332 | 33 | 102 | 0 | 17 | 423 | 102 | 71 |
| Binary | 10011111 | 1001011 | 11011010 | 11011 | 1000010 | 0 | 1111 | 100010011 | 1000010 | 111001 |
Color Harmonies of #9F4BDA
Complementary color
Monochromatic Colors of #9F4BDA
Black with #9F4BDA
Text Example
Text Example
White with #9F4BDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F4BDA; }
p { color: rgb(159,75,218); }
H1.HeaderClassName
{
color: #9F4BDA;
}
.AnyTagClassName
{
color: #9F4BDA;
}
</style>
background-color css
<style>
a { background-color: #9F4BDA; }
a { background-color: rgb(159,75,218); }
div.DivClassName
{
background-color: #9F4BDA;
}
.BgClassName
{
background-color: #9F4BDA;
}
</style>
border-color css
<style>
span { border-color: #9F4BDA; }
span { border-color: rgb(159,75,218); }
td.TdClassName
{
border-color: #9F4BDA;
}
.TagClassName
{
border-color: #9F4BDA;
}
</style>