Shades of Dark Orchid #9B46CA
Tints of Dark Orchid #9B46CA
RGB
CMYK
RGB Variations
Color information
#9B46CA (or 0x9B46CA) is known color: Dark Orchid. HEX triplet: 9B, 46 and CA. RGB value is (155,70,202). Sum of RGB (Red+Green+Blue) = 155+70+202=427 (56% of max value = 765). Red value is 155 (60.94% from 255 or 36.30% from 427); Green value is 70 (27.73% from 255 or 16.39% from 427); Blue value is 202 (79.30% from 255 or 47.31% from 427); Max value from RGB is 202 - color contains mainly: blue. Hex color #9B46CA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9B46CA is #64B935. Grayscale: #6E6E6E. Windows color (decimal): -6601014 or 13256347. OLE color: 13256347.
HSL color Cylindrical-coordinate representation of color #9B46CA: hue angle of 278.64º degrees, saturation: 0.55, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #9B46CA is Cyan = 0.23, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 155 | 70 | 202 | - |
| CMYK | 0.23 | 0.65 | 0 | 0.21 |
| HSL | 278.64º | 0.55% | 0.53% | - |
| HSV(B) | 278.64º | 0.65% | 0.79% | - |
| XYZ | 26.37 | 15.61 | 57.5 | - |
| YUV | 110.46 | 179.66 | 159.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 70 | 202 | 0.23 | 0.65 | 0 | 0.21 | 278.64 | 0.55 | 0.53 |
| Hex | 9B | 46 | CA | 17 | 41 | 0 | 15 | 117 | 37 | 35 |
| Octal | 233 | 106 | 312 | 27 | 101 | 0 | 25 | 427 | 67 | 65 |
| Binary | 10011011 | 1000110 | 11001010 | 10111 | 1000001 | 0 | 10101 | 100010111 | 110111 | 110101 |
Color Harmonies of #9B46CA
Complementary color
Monochromatic Colors of #9B46CA
Black with #9B46CA
Text Example
Text Example
White with #9B46CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B46CA; }
p { color: rgb(155,70,202); }
H1.HeaderClassName
{
color: #9B46CA;
}
.AnyTagClassName
{
color: #9B46CA;
}
</style>
background-color css
<style>
a { background-color: #9B46CA; }
a { background-color: rgb(155,70,202); }
div.DivClassName
{
background-color: #9B46CA;
}
.BgClassName
{
background-color: #9B46CA;
}
</style>
border-color css
<style>
span { border-color: #9B46CA; }
span { border-color: rgb(155,70,202); }
td.TdClassName
{
border-color: #9B46CA;
}
.TagClassName
{
border-color: #9B46CA;
}
</style>