Shades of Dark Orchid #9B3DDA
Tints of Dark Orchid #9B3DDA
RGB
CMYK
RGB Variations
Color information
#9B3DDA (or 0x9B3DDA) is known color: Dark Orchid. HEX triplet: 9B, 3D and DA. RGB value is (155,61,218). Sum of RGB (Red+Green+Blue) = 155+61+218=434 (57% of max value = 765). Red value is 155 (60.94% from 255 or 35.71% from 434); Green value is 61 (24.22% from 255 or 14.06% from 434); Blue value is 218 (85.55% from 255 or 50.23% from 434); Max value from RGB is 218 - color contains mainly: blue. Hex color #9B3DDA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9B3DDA is #64C225. Grayscale: #6A6A6A. Windows color (decimal): -6603302 or 14302619. OLE color: 14302619.
HSL color Cylindrical-coordinate representation of color #9B3DDA: hue angle of 275.92º degrees, saturation: 0.68, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #9B3DDA is Cyan = 0.29, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 155 | 61 | 218 | - |
| CMYK | 0.29 | 0.72 | 0 | 0.15 |
| HSL | 275.92º | 0.68% | 0.55% | - |
| HSV(B) | 275.92º | 0.72% | 0.85% | - |
| XYZ | 27.84 | 15.37 | 67.83 | - |
| YUV | 107 | 190.64 | 162.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 61 | 218 | 0.29 | 0.72 | 0 | 0.15 | 275.92 | 0.68 | 0.55 |
| Hex | 9B | 3D | DA | 1D | 48 | 0 | F | 114 | 44 | 37 |
| Octal | 233 | 75 | 332 | 35 | 110 | 0 | 17 | 424 | 104 | 67 |
| Binary | 10011011 | 111101 | 11011010 | 11101 | 1001000 | 0 | 1111 | 100010100 | 1000100 | 110111 |
Color Harmonies of #9B3DDA
Complementary color
Monochromatic Colors of #9B3DDA
Black with #9B3DDA
Text Example
Text Example
White with #9B3DDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B3DDA; }
p { color: rgb(155,61,218); }
H1.HeaderClassName
{
color: #9B3DDA;
}
.AnyTagClassName
{
color: #9B3DDA;
}
</style>
background-color css
<style>
a { background-color: #9B3DDA; }
a { background-color: rgb(155,61,218); }
div.DivClassName
{
background-color: #9B3DDA;
}
.BgClassName
{
background-color: #9B3DDA;
}
</style>
border-color css
<style>
span { border-color: #9B3DDA; }
span { border-color: rgb(155,61,218); }
td.TdClassName
{
border-color: #9B3DDA;
}
.TagClassName
{
border-color: #9B3DDA;
}
</style>