Shades of Dark Orchid #9B26CF
Tints of Dark Orchid #9B26CF
RGB
CMYK
RGB Variations
Color information
#9B26CF (or 0x9B26CF) is known color: Dark Orchid. HEX triplet: 9B, 26 and CF. RGB value is (155,38,207). Sum of RGB (Red+Green+Blue) = 155+38+207=400 (52% of max value = 765). Red value is 155 (60.94% from 255 or 38.75% from 400); Green value is 38 (15.23% from 255 or 9.5% from 400); Blue value is 207 (81.25% from 255 or 51.75% from 400); Max value from RGB is 207 - color contains mainly: blue. Hex color #9B26CF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9B26CF is #64D930. Grayscale: #5B5B5B. Windows color (decimal): -6609201 or 13575835. OLE color: 13575835.
HSL color Cylindrical-coordinate representation of color #9B26CF: hue angle of 281.54º degrees, saturation: 0.69, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #9B26CF is Cyan = 0.25, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 155 | 38 | 207 | - |
| CMYK | 0.25 | 0.82 | 0 | 0.19 |
| HSL | 281.54º | 0.69% | 0.48% | - |
| HSV(B) | 281.54º | 0.82% | 0.81% | - |
| XYZ | 25.47 | 12.86 | 60.17 | - |
| YUV | 92.25 | 192.76 | 172.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 38 | 207 | 0.25 | 0.82 | 0 | 0.19 | 281.54 | 0.69 | 0.48 |
| Hex | 9B | 26 | CF | 19 | 52 | 0 | 13 | 11A | 45 | 30 |
| Octal | 233 | 46 | 317 | 31 | 122 | 0 | 23 | 432 | 105 | 60 |
| Binary | 10011011 | 100110 | 11001111 | 11001 | 1010010 | 0 | 10011 | 100011010 | 1000101 | 110000 |
Color Harmonies of #9B26CF
Complementary color
Monochromatic Colors of #9B26CF
Black with #9B26CF
Text Example
Text Example
White with #9B26CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B26CF; }
p { color: rgb(155,38,207); }
H1.HeaderClassName
{
color: #9B26CF;
}
.AnyTagClassName
{
color: #9B26CF;
}
</style>
background-color css
<style>
a { background-color: #9B26CF; }
a { background-color: rgb(155,38,207); }
div.DivClassName
{
background-color: #9B26CF;
}
.BgClassName
{
background-color: #9B26CF;
}
</style>
border-color css
<style>
span { border-color: #9B26CF; }
span { border-color: rgb(155,38,207); }
td.TdClassName
{
border-color: #9B26CF;
}
.TagClassName
{
border-color: #9B26CF;
}
</style>