Shades of Dark Orchid #9B1FCE
Tints of Dark Orchid #9B1FCE
RGB
CMYK
RGB Variations
Color information
#9B1FCE (or 0x9B1FCE) is known color: Dark Orchid. HEX triplet: 9B, 1F and CE. RGB value is (155,31,206). Sum of RGB (Red+Green+Blue) = 155+31+206=392 (51% of max value = 765). Red value is 155 (60.94% from 255 or 39.54% from 392); Green value is 31 (12.5% from 255 or 7.91% from 392); Blue value is 206 (80.86% from 255 or 52.55% from 392); Max value from RGB is 206 - color contains mainly: blue. Hex color #9B1FCE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9B1FCE is #64E031. Grayscale: #575757. Windows color (decimal): -6610994 or 13508507. OLE color: 13508507.
HSL color Cylindrical-coordinate representation of color #9B1FCE: hue angle of 282.51º degrees, saturation: 0.74, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #9B1FCE is Cyan = 0.25, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 155 | 31 | 206 | - |
| CMYK | 0.25 | 0.85 | 0 | 0.19 |
| HSL | 282.51º | 0.74% | 0.46% | - |
| HSV(B) | 282.51º | 0.85% | 0.81% | - |
| XYZ | 25.15 | 12.4 | 59.46 | - |
| YUV | 88.03 | 194.58 | 175.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 31 | 206 | 0.25 | 0.85 | 0 | 0.19 | 282.51 | 0.74 | 0.46 |
| Hex | 9B | 1F | CE | 19 | 55 | 0 | 13 | 11B | 4A | 2E |
| Octal | 233 | 37 | 316 | 31 | 125 | 0 | 23 | 433 | 112 | 56 |
| Binary | 10011011 | 11111 | 11001110 | 11001 | 1010101 | 0 | 10011 | 100011011 | 1001010 | 101110 |
Color Harmonies of #9B1FCE
Complementary color
Monochromatic Colors of #9B1FCE
Black with #9B1FCE
Text Example
Text Example
White with #9B1FCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B1FCE; }
p { color: rgb(155,31,206); }
H1.HeaderClassName
{
color: #9B1FCE;
}
.AnyTagClassName
{
color: #9B1FCE;
}
</style>
background-color css
<style>
a { background-color: #9B1FCE; }
a { background-color: rgb(155,31,206); }
div.DivClassName
{
background-color: #9B1FCE;
}
.BgClassName
{
background-color: #9B1FCE;
}
</style>
border-color css
<style>
span { border-color: #9B1FCE; }
span { border-color: rgb(155,31,206); }
td.TdClassName
{
border-color: #9B1FCE;
}
.TagClassName
{
border-color: #9B1FCE;
}
</style>