Shades of Dark Orchid #9628BE
Tints of Dark Orchid #9628BE
RGB
CMYK
RGB Variations
Color information
#9628BE (or 0x9628BE) is known color: Dark Orchid. HEX triplet: 96, 28 and BE. RGB value is (150,40,190). Sum of RGB (Red+Green+Blue) = 150+40+190=380 (50% of max value = 765). Red value is 150 (58.98% from 255 or 39.47% from 380); Green value is 40 (16.02% from 255 or 10.53% from 380); Blue value is 190 (74.61% from 255 or 50% from 380); Max value from RGB is 190 - color contains mainly: blue. Hex color #9628BE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9628BE is #69D741. Grayscale: #595959. Windows color (decimal): -6936386 or 12462230. OLE color: 12462230.
HSL color Cylindrical-coordinate representation of color #9628BE: hue angle of 284º degrees, saturation: 0.65, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #9628BE is Cyan = 0.21, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 150 | 40 | 190 | - |
| CMYK | 0.21 | 0.79 | 0 | 0.25 |
| HSL | 284º | 0.65% | 0.45% | - |
| HSV(B) | 284º | 0.79% | 0.75% | - |
| XYZ | 22.63 | 11.72 | 49.78 | - |
| YUV | 89.99 | 184.44 | 170.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 40 | 190 | 0.21 | 0.79 | 0 | 0.25 | 284 | 0.65 | 0.45 |
| Hex | 96 | 28 | BE | 15 | 4F | 0 | 19 | 11C | 41 | 2D |
| Octal | 226 | 50 | 276 | 25 | 117 | 0 | 31 | 434 | 101 | 55 |
| Binary | 10010110 | 101000 | 10111110 | 10101 | 1001111 | 0 | 11001 | 100011100 | 1000001 | 101101 |
Color Harmonies of #9628BE
Complementary color
Monochromatic Colors of #9628BE
Black with #9628BE
Text Example
Text Example
White with #9628BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9628BE; }
p { color: rgb(150,40,190); }
H1.HeaderClassName
{
color: #9628BE;
}
.AnyTagClassName
{
color: #9628BE;
}
</style>
background-color css
<style>
a { background-color: #9628BE; }
a { background-color: rgb(150,40,190); }
div.DivClassName
{
background-color: #9628BE;
}
.BgClassName
{
background-color: #9628BE;
}
</style>
border-color css
<style>
span { border-color: #9628BE; }
span { border-color: rgb(150,40,190); }
td.TdClassName
{
border-color: #9628BE;
}
.TagClassName
{
border-color: #9628BE;
}
</style>