Shades of Dark Orchid #9B33CF
Tints of Dark Orchid #9B33CF
RGB
CMYK
RGB Variations
Color information
#9B33CF (or 0x9B33CF) is known color: Dark Orchid. HEX triplet: 9B, 33 and CF. RGB value is (155,51,207). Sum of RGB (Red+Green+Blue) = 155+51+207=413 (54% of max value = 765). Red value is 155 (60.94% from 255 or 37.53% from 413); Green value is 51 (20.31% from 255 or 12.35% from 413); Blue value is 207 (81.25% from 255 or 50.12% from 413); Max value from RGB is 207 - color contains mainly: blue. Hex color #9B33CF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9B33CF is #64CC30. Grayscale: #636363. Windows color (decimal): -6605873 or 13579163. OLE color: 13579163.
HSL color Cylindrical-coordinate representation of color #9B33CF: hue angle of 280º degrees, saturation: 0.62, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #9B33CF is Cyan = 0.25, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 155 | 51 | 207 | - |
| CMYK | 0.25 | 0.75 | 0 | 0.19 |
| HSL | 280º | 0.62% | 0.51% | - |
| HSV(B) | 280º | 0.75% | 0.81% | - |
| XYZ | 25.96 | 13.84 | 60.33 | - |
| YUV | 99.88 | 188.46 | 167.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 51 | 207 | 0.25 | 0.75 | 0 | 0.19 | 280 | 0.62 | 0.51 |
| Hex | 9B | 33 | CF | 19 | 4B | 0 | 13 | 118 | 3E | 33 |
| Octal | 233 | 63 | 317 | 31 | 113 | 0 | 23 | 430 | 76 | 63 |
| Binary | 10011011 | 110011 | 11001111 | 11001 | 1001011 | 0 | 10011 | 100011000 | 111110 | 110011 |
Color Harmonies of #9B33CF
Complementary color
Monochromatic Colors of #9B33CF
Black with #9B33CF
Text Example
Text Example
White with #9B33CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B33CF; }
p { color: rgb(155,51,207); }
H1.HeaderClassName
{
color: #9B33CF;
}
.AnyTagClassName
{
color: #9B33CF;
}
</style>
background-color css
<style>
a { background-color: #9B33CF; }
a { background-color: rgb(155,51,207); }
div.DivClassName
{
background-color: #9B33CF;
}
.BgClassName
{
background-color: #9B33CF;
}
</style>
border-color css
<style>
span { border-color: #9B33CF; }
span { border-color: rgb(155,51,207); }
td.TdClassName
{
border-color: #9B33CF;
}
.TagClassName
{
border-color: #9B33CF;
}
</style>