Shades of Dark Orchid #9B17BE
Tints of Dark Orchid #9B17BE
RGB
CMYK
RGB Variations
Color information
#9B17BE (or 0x9B17BE) is known color: Dark Orchid. HEX triplet: 9B, 17 and BE. RGB value is (155,23,190). Sum of RGB (Red+Green+Blue) = 155+23+190=368 (48% of max value = 765). Red value is 155 (60.94% from 255 or 42.12% from 368); Green value is 23 (9.38% from 255 or 6.25% from 368); Blue value is 190 (74.61% from 255 or 51.63% from 368); Max value from RGB is 190 - color contains mainly: blue. Hex color #9B17BE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9B17BE is #64E841. Grayscale: #505050. Windows color (decimal): -6613058 or 12457883. OLE color: 12457883.
HSL color Cylindrical-coordinate representation of color #9B17BE: hue angle of 287.43º degrees, saturation: 0.78, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #9B17BE is Cyan = 0.18, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 155 | 23 | 190 | - |
| CMYK | 0.18 | 0.88 | 0 | 0.25 |
| HSL | 287.43º | 0.78% | 0.42% | - |
| HSV(B) | 287.43º | 0.88% | 0.75% | - |
| XYZ | 23.12 | 11.3 | 49.68 | - |
| YUV | 81.51 | 189.23 | 180.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 23 | 190 | 0.18 | 0.88 | 0 | 0.25 | 287.43 | 0.78 | 0.42 |
| Hex | 9B | 17 | BE | 12 | 58 | 0 | 19 | 11F | 4E | 2A |
| Octal | 233 | 27 | 276 | 22 | 130 | 0 | 31 | 437 | 116 | 52 |
| Binary | 10011011 | 10111 | 10111110 | 10010 | 1011000 | 0 | 11001 | 100011111 | 1001110 | 101010 |
Color Harmonies of #9B17BE
Complementary color
Monochromatic Colors of #9B17BE
Black with #9B17BE
Text Example
Text Example
White with #9B17BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B17BE; }
p { color: rgb(155,23,190); }
H1.HeaderClassName
{
color: #9B17BE;
}
.AnyTagClassName
{
color: #9B17BE;
}
</style>
background-color css
<style>
a { background-color: #9B17BE; }
a { background-color: rgb(155,23,190); }
div.DivClassName
{
background-color: #9B17BE;
}
.BgClassName
{
background-color: #9B17BE;
}
</style>
border-color css
<style>
span { border-color: #9B17BE; }
span { border-color: rgb(155,23,190); }
td.TdClassName
{
border-color: #9B17BE;
}
.TagClassName
{
border-color: #9B17BE;
}
</style>