Shades of Dark Orchid #9B44CB
Tints of Dark Orchid #9B44CB
RGB
CMYK
RGB Variations
Color information
#9B44CB (or 0x9B44CB) is known color: Dark Orchid. HEX triplet: 9B, 44 and CB. RGB value is (155,68,203). Sum of RGB (Red+Green+Blue) = 155+68+203=426 (56% of max value = 765). Red value is 155 (60.94% from 255 or 36.38% from 426); Green value is 68 (26.95% from 255 or 15.96% from 426); Blue value is 203 (79.69% from 255 or 47.65% from 426); Max value from RGB is 203 - color contains mainly: blue. Hex color #9B44CB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9B44CB is #64BB34. Grayscale: #6C6C6C. Windows color (decimal): -6601525 or 13321371. OLE color: 13321371.
HSL color Cylindrical-coordinate representation of color #9B44CB: hue angle of 278.67º degrees, saturation: 0.56, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #9B44CB is Cyan = 0.24, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 155 | 68 | 203 | - |
| CMYK | 0.24 | 0.67 | 0 | 0.20 |
| HSL | 278.67º | 0.56% | 0.53% | - |
| HSV(B) | 278.67º | 0.67% | 0.8% | - |
| XYZ | 26.36 | 15.41 | 58.09 | - |
| YUV | 109.4 | 180.82 | 160.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 68 | 203 | 0.24 | 0.67 | 0 | 0.20 | 278.67 | 0.56 | 0.53 |
| Hex | 9B | 44 | CB | 18 | 43 | 0 | 14 | 117 | 38 | 35 |
| Octal | 233 | 104 | 313 | 30 | 103 | 0 | 24 | 427 | 70 | 65 |
| Binary | 10011011 | 1000100 | 11001011 | 11000 | 1000011 | 0 | 10100 | 100010111 | 111000 | 110101 |
Color Harmonies of #9B44CB
Complementary color
Monochromatic Colors of #9B44CB
Black with #9B44CB
Text Example
Text Example
White with #9B44CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B44CB; }
p { color: rgb(155,68,203); }
H1.HeaderClassName
{
color: #9B44CB;
}
.AnyTagClassName
{
color: #9B44CB;
}
</style>
background-color css
<style>
a { background-color: #9B44CB; }
a { background-color: rgb(155,68,203); }
div.DivClassName
{
background-color: #9B44CB;
}
.BgClassName
{
background-color: #9B44CB;
}
</style>
border-color css
<style>
span { border-color: #9B44CB; }
span { border-color: rgb(155,68,203); }
td.TdClassName
{
border-color: #9B44CB;
}
.TagClassName
{
border-color: #9B44CB;
}
</style>