Shades of Dark Orchid #9B38D6
Tints of Dark Orchid #9B38D6
RGB
CMYK
RGB Variations
Color information
#9B38D6 (or 0x9B38D6) is known color: Dark Orchid. HEX triplet: 9B, 38 and D6. RGB value is (155,56,214). Sum of RGB (Red+Green+Blue) = 155+56+214=425 (56% of max value = 765). Red value is 155 (60.94% from 255 or 36.47% from 425); Green value is 56 (22.27% from 255 or 13.18% from 425); Blue value is 214 (83.98% from 255 or 50.35% from 425); Max value from RGB is 214 - color contains mainly: blue. Hex color #9B38D6 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9B38D6 is #64C729. Grayscale: #676767. Windows color (decimal): -6604586 or 14039195. OLE color: 14039195.
HSL color Cylindrical-coordinate representation of color #9B38D6: hue angle of 277.59º degrees, saturation: 0.66, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #9B38D6 is Cyan = 0.28, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 155 | 56 | 214 | - |
| CMYK | 0.28 | 0.74 | 0 | 0.16 |
| HSL | 277.59º | 0.66% | 0.53% | - |
| HSV(B) | 277.59º | 0.74% | 0.84% | - |
| XYZ | 27.07 | 14.65 | 65.02 | - |
| YUV | 103.61 | 190.3 | 164.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 56 | 214 | 0.28 | 0.74 | 0 | 0.16 | 277.59 | 0.66 | 0.53 |
| Hex | 9B | 38 | D6 | 1C | 4A | 0 | 10 | 116 | 42 | 35 |
| Octal | 233 | 70 | 326 | 34 | 112 | 0 | 20 | 426 | 102 | 65 |
| Binary | 10011011 | 111000 | 11010110 | 11100 | 1001010 | 0 | 10000 | 100010110 | 1000010 | 110101 |
Color Harmonies of #9B38D6
Complementary color
Monochromatic Colors of #9B38D6
Black with #9B38D6
Text Example
Text Example
White with #9B38D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B38D6; }
p { color: rgb(155,56,214); }
H1.HeaderClassName
{
color: #9B38D6;
}
.AnyTagClassName
{
color: #9B38D6;
}
</style>
background-color css
<style>
a { background-color: #9B38D6; }
a { background-color: rgb(155,56,214); }
div.DivClassName
{
background-color: #9B38D6;
}
.BgClassName
{
background-color: #9B38D6;
}
</style>
border-color css
<style>
span { border-color: #9B38D6; }
span { border-color: rgb(155,56,214); }
td.TdClassName
{
border-color: #9B38D6;
}
.TagClassName
{
border-color: #9B38D6;
}
</style>