Shades of Dark Orchid #9B2ECF
Tints of Dark Orchid #9B2ECF
RGB
CMYK
RGB Variations
Color information
#9B2ECF (or 0x9B2ECF) is known color: Dark Orchid. HEX triplet: 9B, 2E and CF. RGB value is (155,46,207). Sum of RGB (Red+Green+Blue) = 155+46+207=408 (54% of max value = 765). Red value is 155 (60.94% from 255 or 37.99% from 408); Green value is 46 (18.36% from 255 or 11.27% from 408); Blue value is 207 (81.25% from 255 or 50.74% from 408); Max value from RGB is 207 - color contains mainly: blue. Hex color #9B2ECF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9B2ECF is #64D130. Grayscale: #606060. Windows color (decimal): -6607153 or 13577883. OLE color: 13577883.
HSL color Cylindrical-coordinate representation of color #9B2ECF: hue angle of 280.62º degrees, saturation: 0.64, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #9B2ECF is Cyan = 0.25, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 155 | 46 | 207 | - |
| CMYK | 0.25 | 0.78 | 0 | 0.19 |
| HSL | 280.62º | 0.64% | 0.5% | - |
| HSV(B) | 280.62º | 0.78% | 0.81% | - |
| XYZ | 25.76 | 13.43 | 60.27 | - |
| YUV | 96.95 | 190.11 | 169.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 46 | 207 | 0.25 | 0.78 | 0 | 0.19 | 280.62 | 0.64 | 0.5 |
| Hex | 9B | 2E | CF | 19 | 4E | 0 | 13 | 119 | 40 | 32 |
| Octal | 233 | 56 | 317 | 31 | 116 | 0 | 23 | 431 | 100 | 62 |
| Binary | 10011011 | 101110 | 11001111 | 11001 | 1001110 | 0 | 10011 | 100011001 | 1000000 | 110010 |
Color Harmonies of #9B2ECF
Complementary color
Monochromatic Colors of #9B2ECF
Black with #9B2ECF
Text Example
Text Example
White with #9B2ECF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B2ECF; }
p { color: rgb(155,46,207); }
H1.HeaderClassName
{
color: #9B2ECF;
}
.AnyTagClassName
{
color: #9B2ECF;
}
</style>
background-color css
<style>
a { background-color: #9B2ECF; }
a { background-color: rgb(155,46,207); }
div.DivClassName
{
background-color: #9B2ECF;
}
.BgClassName
{
background-color: #9B2ECF;
}
</style>
border-color css
<style>
span { border-color: #9B2ECF; }
span { border-color: rgb(155,46,207); }
td.TdClassName
{
border-color: #9B2ECF;
}
.TagClassName
{
border-color: #9B2ECF;
}
</style>