Shades of Dark Orchid #9B46CB
Tints of Dark Orchid #9B46CB
RGB
CMYK
RGB Variations
Color information
#9B46CB (or 0x9B46CB) is known color: Dark Orchid. HEX triplet: 9B, 46 and CB. RGB value is (155,70,203). Sum of RGB (Red+Green+Blue) = 155+70+203=428 (56% of max value = 765). Red value is 155 (60.94% from 255 or 36.21% from 428); Green value is 70 (27.73% from 255 or 16.36% from 428); Blue value is 203 (79.69% from 255 or 47.43% from 428); Max value from RGB is 203 - color contains mainly: blue. Hex color #9B46CB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9B46CB is #64B934. Grayscale: #6E6E6E. Windows color (decimal): -6601013 or 13321883. OLE color: 13321883.
HSL color Cylindrical-coordinate representation of color #9B46CB: hue angle of 278.35º degrees, saturation: 0.56, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #9B46CB is Cyan = 0.24, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 155 | 70 | 203 | - |
| CMYK | 0.24 | 0.66 | 0 | 0.20 |
| HSL | 278.35º | 0.56% | 0.54% | - |
| HSV(B) | 278.35º | 0.66% | 0.8% | - |
| XYZ | 26.49 | 15.66 | 58.13 | - |
| YUV | 110.58 | 180.16 | 159.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 70 | 203 | 0.24 | 0.66 | 0 | 0.20 | 278.35 | 0.56 | 0.54 |
| Hex | 9B | 46 | CB | 18 | 42 | 0 | 14 | 116 | 38 | 36 |
| Octal | 233 | 106 | 313 | 30 | 102 | 0 | 24 | 426 | 70 | 66 |
| Binary | 10011011 | 1000110 | 11001011 | 11000 | 1000010 | 0 | 10100 | 100010110 | 111000 | 110110 |
Color Harmonies of #9B46CB
Complementary color
Monochromatic Colors of #9B46CB
Black with #9B46CB
Text Example
Text Example
White with #9B46CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B46CB; }
p { color: rgb(155,70,203); }
H1.HeaderClassName
{
color: #9B46CB;
}
.AnyTagClassName
{
color: #9B46CB;
}
</style>
background-color css
<style>
a { background-color: #9B46CB; }
a { background-color: rgb(155,70,203); }
div.DivClassName
{
background-color: #9B46CB;
}
.BgClassName
{
background-color: #9B46CB;
}
</style>
border-color css
<style>
span { border-color: #9B46CB; }
span { border-color: rgb(155,70,203); }
td.TdClassName
{
border-color: #9B46CB;
}
.TagClassName
{
border-color: #9B46CB;
}
</style>