Shades of Dark Orchid #9B42CF
Tints of Dark Orchid #9B42CF
RGB
CMYK
RGB Variations
Color information
#9B42CF (or 0x9B42CF) is known color: Dark Orchid. HEX triplet: 9B, 42 and CF. RGB value is (155,66,207). Sum of RGB (Red+Green+Blue) = 155+66+207=428 (56% of max value = 765). Red value is 155 (60.94% from 255 or 36.21% from 428); Green value is 66 (26.17% from 255 or 15.42% from 428); Blue value is 207 (81.25% from 255 or 48.36% from 428); Max value from RGB is 207 - color contains mainly: blue. Hex color #9B42CF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9B42CF is #64BD30. Grayscale: #6C6C6C. Windows color (decimal): -6602033 or 13583003. OLE color: 13583003.
HSL color Cylindrical-coordinate representation of color #9B42CF: hue angle of 277.87º degrees, saturation: 0.59, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #9B42CF is Cyan = 0.25, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 155 | 66 | 207 | - |
| CMYK | 0.25 | 0.68 | 0 | 0.19 |
| HSL | 277.87º | 0.59% | 0.54% | - |
| HSV(B) | 277.87º | 0.68% | 0.81% | - |
| XYZ | 26.73 | 15.37 | 60.59 | - |
| YUV | 108.69 | 183.49 | 161.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 66 | 207 | 0.25 | 0.68 | 0 | 0.19 | 277.87 | 0.59 | 0.54 |
| Hex | 9B | 42 | CF | 19 | 44 | 0 | 13 | 116 | 3B | 36 |
| Octal | 233 | 102 | 317 | 31 | 104 | 0 | 23 | 426 | 73 | 66 |
| Binary | 10011011 | 1000010 | 11001111 | 11001 | 1000100 | 0 | 10011 | 100010110 | 111011 | 110110 |
Color Harmonies of #9B42CF
Complementary color
Monochromatic Colors of #9B42CF
Black with #9B42CF
Text Example
Text Example
White with #9B42CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B42CF; }
p { color: rgb(155,66,207); }
H1.HeaderClassName
{
color: #9B42CF;
}
.AnyTagClassName
{
color: #9B42CF;
}
</style>
background-color css
<style>
a { background-color: #9B42CF; }
a { background-color: rgb(155,66,207); }
div.DivClassName
{
background-color: #9B42CF;
}
.BgClassName
{
background-color: #9B42CF;
}
</style>
border-color css
<style>
span { border-color: #9B42CF; }
span { border-color: rgb(155,66,207); }
td.TdClassName
{
border-color: #9B42CF;
}
.TagClassName
{
border-color: #9B42CF;
}
</style>