Shades of Dark Orchid #9B44CA
Tints of Dark Orchid #9B44CA
RGB
CMYK
RGB Variations
Color information
#9B44CA (or 0x9B44CA) is known color: Dark Orchid. HEX triplet: 9B, 44 and CA. RGB value is (155,68,202). Sum of RGB (Red+Green+Blue) = 155+68+202=425 (56% of max value = 765). Red value is 155 (60.94% from 255 or 36.47% from 425); Green value is 68 (26.95% from 255 or 16% from 425); Blue value is 202 (79.30% from 255 or 47.53% from 425); Max value from RGB is 202 - color contains mainly: blue. Hex color #9B44CA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9B44CA is #64BB35. Grayscale: #6C6C6C. Windows color (decimal): -6601526 or 13255835. OLE color: 13255835.
HSL color Cylindrical-coordinate representation of color #9B44CA: hue angle of 278.96º degrees, saturation: 0.56, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #9B44CA is Cyan = 0.23, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 155 | 68 | 202 | - |
| CMYK | 0.23 | 0.66 | 0 | 0.21 |
| HSL | 278.96º | 0.56% | 0.53% | - |
| HSV(B) | 278.96º | 0.66% | 0.79% | - |
| XYZ | 26.25 | 15.37 | 57.46 | - |
| YUV | 109.29 | 180.32 | 160.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 68 | 202 | 0.23 | 0.66 | 0 | 0.21 | 278.96 | 0.56 | 0.53 |
| Hex | 9B | 44 | CA | 17 | 42 | 0 | 15 | 117 | 38 | 35 |
| Octal | 233 | 104 | 312 | 27 | 102 | 0 | 25 | 427 | 70 | 65 |
| Binary | 10011011 | 1000100 | 11001010 | 10111 | 1000010 | 0 | 10101 | 100010111 | 111000 | 110101 |
Color Harmonies of #9B44CA
Complementary color
Monochromatic Colors of #9B44CA
Black with #9B44CA
Text Example
Text Example
White with #9B44CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B44CA; }
p { color: rgb(155,68,202); }
H1.HeaderClassName
{
color: #9B44CA;
}
.AnyTagClassName
{
color: #9B44CA;
}
</style>
background-color css
<style>
a { background-color: #9B44CA; }
a { background-color: rgb(155,68,202); }
div.DivClassName
{
background-color: #9B44CA;
}
.BgClassName
{
background-color: #9B44CA;
}
</style>
border-color css
<style>
span { border-color: #9B44CA; }
span { border-color: rgb(155,68,202); }
td.TdClassName
{
border-color: #9B44CA;
}
.TagClassName
{
border-color: #9B44CA;
}
</style>