Shades of Dark Orchid #9B26BE
Tints of Dark Orchid #9B26BE
RGB
CMYK
RGB Variations
Color information
#9B26BE (or 0x9B26BE) is known color: Dark Orchid. HEX triplet: 9B, 26 and BE. RGB value is (155,38,190). Sum of RGB (Red+Green+Blue) = 155+38+190=383 (50% of max value = 765). Red value is 155 (60.94% from 255 or 40.47% from 383); Green value is 38 (15.23% from 255 or 9.92% from 383); Blue value is 190 (74.61% from 255 or 49.61% from 383); Max value from RGB is 190 - color contains mainly: blue. Hex color #9B26BE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9B26BE is #64D941. Grayscale: #595959. Windows color (decimal): -6609218 or 12461723. OLE color: 12461723.
HSL color Cylindrical-coordinate representation of color #9B26BE: hue angle of 286.18º degrees, saturation: 0.67, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #9B26BE is Cyan = 0.18, Magento = 0.8, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 155 | 38 | 190 | - |
| CMYK | 0.18 | 0.8 | 0 | 0.25 |
| HSL | 286.18º | 0.67% | 0.45% | - |
| HSV(B) | 286.18º | 0.8% | 0.75% | - |
| XYZ | 23.5 | 12.07 | 49.81 | - |
| YUV | 90.31 | 184.26 | 174.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 38 | 190 | 0.18 | 0.8 | 0 | 0.25 | 286.18 | 0.67 | 0.45 |
| Hex | 9B | 26 | BE | 12 | 50 | 0 | 19 | 11E | 43 | 2D |
| Octal | 233 | 46 | 276 | 22 | 120 | 0 | 31 | 436 | 103 | 55 |
| Binary | 10011011 | 100110 | 10111110 | 10010 | 1010000 | 0 | 11001 | 100011110 | 1000011 | 101101 |
Color Harmonies of #9B26BE
Complementary color
Monochromatic Colors of #9B26BE
Black with #9B26BE
Text Example
Text Example
White with #9B26BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B26BE; }
p { color: rgb(155,38,190); }
H1.HeaderClassName
{
color: #9B26BE;
}
.AnyTagClassName
{
color: #9B26BE;
}
</style>
background-color css
<style>
a { background-color: #9B26BE; }
a { background-color: rgb(155,38,190); }
div.DivClassName
{
background-color: #9B26BE;
}
.BgClassName
{
background-color: #9B26BE;
}
</style>
border-color css
<style>
span { border-color: #9B26BE; }
span { border-color: rgb(155,38,190); }
td.TdClassName
{
border-color: #9B26BE;
}
.TagClassName
{
border-color: #9B26BE;
}
</style>