Shades of Dark Orchid #9B1FCB
Tints of Dark Orchid #9B1FCB
RGB
CMYK
RGB Variations
Color information
#9B1FCB (or 0x9B1FCB) is known color: Dark Orchid. HEX triplet: 9B, 1F and CB. RGB value is (155,31,203). Sum of RGB (Red+Green+Blue) = 155+31+203=389 (51% of max value = 765). Red value is 155 (60.94% from 255 or 39.85% from 389); Green value is 31 (12.5% from 255 or 7.97% from 389); Blue value is 203 (79.69% from 255 or 52.19% from 389); Max value from RGB is 203 - color contains mainly: blue. Hex color #9B1FCB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9B1FCB is #64E034. Grayscale: #575757. Windows color (decimal): -6610997 or 13311899. OLE color: 13311899.
HSL color Cylindrical-coordinate representation of color #9B1FCB: hue angle of 283.26º degrees, saturation: 0.74, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #9B1FCB is Cyan = 0.24, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 155 | 31 | 203 | - |
| CMYK | 0.24 | 0.85 | 0 | 0.20 |
| HSL | 283.26º | 0.74% | 0.46% | - |
| HSV(B) | 283.26º | 0.85% | 0.8% | - |
| XYZ | 24.79 | 12.26 | 57.56 | - |
| YUV | 87.68 | 193.08 | 176.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 31 | 203 | 0.24 | 0.85 | 0 | 0.20 | 283.26 | 0.74 | 0.46 |
| Hex | 9B | 1F | CB | 18 | 55 | 0 | 14 | 11B | 4A | 2E |
| Octal | 233 | 37 | 313 | 30 | 125 | 0 | 24 | 433 | 112 | 56 |
| Binary | 10011011 | 11111 | 11001011 | 11000 | 1010101 | 0 | 10100 | 100011011 | 1001010 | 101110 |
Color Harmonies of #9B1FCB
Complementary color
Monochromatic Colors of #9B1FCB
Black with #9B1FCB
Text Example
Text Example
White with #9B1FCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B1FCB; }
p { color: rgb(155,31,203); }
H1.HeaderClassName
{
color: #9B1FCB;
}
.AnyTagClassName
{
color: #9B1FCB;
}
</style>
background-color css
<style>
a { background-color: #9B1FCB; }
a { background-color: rgb(155,31,203); }
div.DivClassName
{
background-color: #9B1FCB;
}
.BgClassName
{
background-color: #9B1FCB;
}
</style>
border-color css
<style>
span { border-color: #9B1FCB; }
span { border-color: rgb(155,31,203); }
td.TdClassName
{
border-color: #9B1FCB;
}
.TagClassName
{
border-color: #9B1FCB;
}
</style>