Shades of Dark Orchid #9633B7
Tints of Dark Orchid #9633B7
RGB
CMYK
RGB Variations
Color information
#9633B7 (or 0x9633B7) is known color: Dark Orchid. HEX triplet: 96, 33 and B7. RGB value is (150,51,183). Sum of RGB (Red+Green+Blue) = 150+51+183=384 (50% of max value = 765). Red value is 150 (58.98% from 255 or 39.06% from 384); Green value is 51 (20.31% from 255 or 13.28% from 384); Blue value is 183 (71.88% from 255 or 47.66% from 384); Max value from RGB is 183 - color contains mainly: blue. Hex color #9633B7 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9633B7 is #69CC48. Grayscale: #5F5F5F. Windows color (decimal): -6933577 or 12006294. OLE color: 12006294.
HSL color Cylindrical-coordinate representation of color #9633B7: hue angle of 285º degrees, saturation: 0.56, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #9633B7 is Cyan = 0.18, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 150 | 51 | 183 | - |
| CMYK | 0.18 | 0.72 | 0 | 0.28 |
| HSL | 285º | 0.56% | 0.46% | - |
| HSV(B) | 285º | 0.72% | 0.72% | - |
| XYZ | 22.31 | 12.27 | 45.99 | - |
| YUV | 95.65 | 177.3 | 166.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 51 | 183 | 0.18 | 0.72 | 0 | 0.28 | 285 | 0.56 | 0.46 |
| Hex | 96 | 33 | B7 | 12 | 48 | 0 | 1C | 11D | 38 | 2E |
| Octal | 226 | 63 | 267 | 22 | 110 | 0 | 34 | 435 | 70 | 56 |
| Binary | 10010110 | 110011 | 10110111 | 10010 | 1001000 | 0 | 11100 | 100011101 | 111000 | 101110 |
Color Harmonies of #9633B7
Complementary color
Monochromatic Colors of #9633B7
Black with #9633B7
Text Example
Text Example
White with #9633B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9633B7; }
p { color: rgb(150,51,183); }
H1.HeaderClassName
{
color: #9633B7;
}
.AnyTagClassName
{
color: #9633B7;
}
</style>
background-color css
<style>
a { background-color: #9633B7; }
a { background-color: rgb(150,51,183); }
div.DivClassName
{
background-color: #9633B7;
}
.BgClassName
{
background-color: #9633B7;
}
</style>
border-color css
<style>
span { border-color: #9633B7; }
span { border-color: rgb(150,51,183); }
td.TdClassName
{
border-color: #9633B7;
}
.TagClassName
{
border-color: #9633B7;
}
</style>