Shades of Dark Orchid #9B38CE
Tints of Dark Orchid #9B38CE
RGB
CMYK
RGB Variations
Color information
#9B38CE (or 0x9B38CE) is known color: Dark Orchid. HEX triplet: 9B, 38 and CE. RGB value is (155,56,206). Sum of RGB (Red+Green+Blue) = 155+56+206=417 (55% of max value = 765). Red value is 155 (60.94% from 255 or 37.17% from 417); Green value is 56 (22.27% from 255 or 13.43% from 417); Blue value is 206 (80.86% from 255 or 49.40% from 417); Max value from RGB is 206 - color contains mainly: blue. Hex color #9B38CE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9B38CE is #64C731. Grayscale: #666666. Windows color (decimal): -6604594 or 13514907. OLE color: 13514907.
HSL color Cylindrical-coordinate representation of color #9B38CE: hue angle of 279.6º degrees, saturation: 0.6, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #9B38CE is Cyan = 0.25, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 155 | 56 | 206 | - |
| CMYK | 0.25 | 0.73 | 0 | 0.19 |
| HSL | 279.6º | 0.6% | 0.51% | - |
| HSV(B) | 279.6º | 0.73% | 0.81% | - |
| XYZ | 26.07 | 14.25 | 59.77 | - |
| YUV | 102.7 | 186.3 | 165.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 56 | 206 | 0.25 | 0.73 | 0 | 0.19 | 279.6 | 0.6 | 0.51 |
| Hex | 9B | 38 | CE | 19 | 49 | 0 | 13 | 118 | 3C | 33 |
| Octal | 233 | 70 | 316 | 31 | 111 | 0 | 23 | 430 | 74 | 63 |
| Binary | 10011011 | 111000 | 11001110 | 11001 | 1001001 | 0 | 10011 | 100011000 | 111100 | 110011 |
Color Harmonies of #9B38CE
Complementary color
Monochromatic Colors of #9B38CE
Black with #9B38CE
Text Example
Text Example
White with #9B38CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B38CE; }
p { color: rgb(155,56,206); }
H1.HeaderClassName
{
color: #9B38CE;
}
.AnyTagClassName
{
color: #9B38CE;
}
</style>
background-color css
<style>
a { background-color: #9B38CE; }
a { background-color: rgb(155,56,206); }
div.DivClassName
{
background-color: #9B38CE;
}
.BgClassName
{
background-color: #9B38CE;
}
</style>
border-color css
<style>
span { border-color: #9B38CE; }
span { border-color: rgb(155,56,206); }
td.TdClassName
{
border-color: #9B38CE;
}
.TagClassName
{
border-color: #9B38CE;
}
</style>