Shades of Dark Orchid #9B28CF
Tints of Dark Orchid #9B28CF
RGB
CMYK
RGB Variations
Color information
#9B28CF (or 0x9B28CF) is known color: Dark Orchid. HEX triplet: 9B, 28 and CF. RGB value is (155,40,207). Sum of RGB (Red+Green+Blue) = 155+40+207=402 (53% of max value = 765). Red value is 155 (60.94% from 255 or 38.56% from 402); Green value is 40 (16.02% from 255 or 9.95% from 402); Blue value is 207 (81.25% from 255 or 51.49% from 402); Max value from RGB is 207 - color contains mainly: blue. Hex color #9B28CF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9B28CF is #64D730. Grayscale: #5C5C5C. Windows color (decimal): -6608689 or 13576347. OLE color: 13576347.
HSL color Cylindrical-coordinate representation of color #9B28CF: hue angle of 281.32º degrees, saturation: 0.68, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #9B28CF is Cyan = 0.25, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 155 | 40 | 207 | - |
| CMYK | 0.25 | 0.81 | 0 | 0.19 |
| HSL | 281.32º | 0.68% | 0.48% | - |
| HSV(B) | 281.32º | 0.81% | 0.81% | - |
| XYZ | 25.54 | 12.99 | 60.19 | - |
| YUV | 93.42 | 192.1 | 171.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 40 | 207 | 0.25 | 0.81 | 0 | 0.19 | 281.32 | 0.68 | 0.48 |
| Hex | 9B | 28 | CF | 19 | 51 | 0 | 13 | 119 | 44 | 30 |
| Octal | 233 | 50 | 317 | 31 | 121 | 0 | 23 | 431 | 104 | 60 |
| Binary | 10011011 | 101000 | 11001111 | 11001 | 1010001 | 0 | 10011 | 100011001 | 1000100 | 110000 |
Color Harmonies of #9B28CF
Complementary color
Monochromatic Colors of #9B28CF
Black with #9B28CF
Text Example
Text Example
White with #9B28CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B28CF; }
p { color: rgb(155,40,207); }
H1.HeaderClassName
{
color: #9B28CF;
}
.AnyTagClassName
{
color: #9B28CF;
}
</style>
background-color css
<style>
a { background-color: #9B28CF; }
a { background-color: rgb(155,40,207); }
div.DivClassName
{
background-color: #9B28CF;
}
.BgClassName
{
background-color: #9B28CF;
}
</style>
border-color css
<style>
span { border-color: #9B28CF; }
span { border-color: rgb(155,40,207); }
td.TdClassName
{
border-color: #9B28CF;
}
.TagClassName
{
border-color: #9B28CF;
}
</style>