Shades of Dark Orchid #9B2FDC
Tints of Dark Orchid #9B2FDC
RGB
CMYK
RGB Variations
Color information
#9B2FDC (or 0x9B2FDC) is known color: Dark Orchid. HEX triplet: 9B, 2F and DC. RGB value is (155,47,220). Sum of RGB (Red+Green+Blue) = 155+47+220=422 (55% of max value = 765). Red value is 155 (60.94% from 255 or 36.73% from 422); Green value is 47 (18.75% from 255 or 11.14% from 422); Blue value is 220 (86.33% from 255 or 52.13% from 422); Max value from RGB is 220 - color contains mainly: blue. Hex color #9B2FDC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9B2FDC is #64D023. Grayscale: #626262. Windows color (decimal): -6606884 or 14430107. OLE color: 14430107.
HSL color Cylindrical-coordinate representation of color #9B2FDC: hue angle of 277.46º degrees, saturation: 0.71, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #9B2FDC is Cyan = 0.30, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 155 | 47 | 220 | - |
| CMYK | 0.30 | 0.79 | 0 | 0.14 |
| HSL | 277.46º | 0.71% | 0.52% | - |
| HSV(B) | 277.46º | 0.79% | 0.86% | - |
| XYZ | 27.45 | 14.17 | 69 | - |
| YUV | 99.01 | 196.28 | 167.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 47 | 220 | 0.30 | 0.79 | 0 | 0.14 | 277.46 | 0.71 | 0.52 |
| Hex | 9B | 2F | DC | 1E | 4F | 0 | E | 115 | 47 | 34 |
| Octal | 233 | 57 | 334 | 36 | 117 | 0 | 16 | 425 | 107 | 64 |
| Binary | 10011011 | 101111 | 11011100 | 11110 | 1001111 | 0 | 1110 | 100010101 | 1000111 | 110100 |
Color Harmonies of #9B2FDC
Complementary color
Monochromatic Colors of #9B2FDC
Black with #9B2FDC
Text Example
Text Example
White with #9B2FDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B2FDC; }
p { color: rgb(155,47,220); }
H1.HeaderClassName
{
color: #9B2FDC;
}
.AnyTagClassName
{
color: #9B2FDC;
}
</style>
background-color css
<style>
a { background-color: #9B2FDC; }
a { background-color: rgb(155,47,220); }
div.DivClassName
{
background-color: #9B2FDC;
}
.BgClassName
{
background-color: #9B2FDC;
}
</style>
border-color css
<style>
span { border-color: #9B2FDC; }
span { border-color: rgb(155,47,220); }
td.TdClassName
{
border-color: #9B2FDC;
}
.TagClassName
{
border-color: #9B2FDC;
}
</style>