Shades of Dark Orchid #9628BC
Tints of Dark Orchid #9628BC
RGB
CMYK
RGB Variations
Color information
#9628BC (or 0x9628BC) is known color: Dark Orchid. HEX triplet: 96, 28 and BC. RGB value is (150,40,188). Sum of RGB (Red+Green+Blue) = 150+40+188=378 (50% of max value = 765). Red value is 150 (58.98% from 255 or 39.68% from 378); Green value is 40 (16.02% from 255 or 10.58% from 378); Blue value is 188 (73.83% from 255 or 49.74% from 378); Max value from RGB is 188 - color contains mainly: blue. Hex color #9628BC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9628BC is #69D743. Grayscale: #595959. Windows color (decimal): -6936388 or 12331158. OLE color: 12331158.
HSL color Cylindrical-coordinate representation of color #9628BC: hue angle of 284.59º degrees, saturation: 0.65, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #9628BC is Cyan = 0.20, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 150 | 40 | 188 | - |
| CMYK | 0.20 | 0.79 | 0 | 0.26 |
| HSL | 284.59º | 0.65% | 0.45% | - |
| HSV(B) | 284.59º | 0.79% | 0.74% | - |
| XYZ | 22.41 | 11.63 | 48.64 | - |
| YUV | 89.76 | 183.44 | 170.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 40 | 188 | 0.20 | 0.79 | 0 | 0.26 | 284.59 | 0.65 | 0.45 |
| Hex | 96 | 28 | BC | 14 | 4F | 0 | 1A | 11D | 41 | 2D |
| Octal | 226 | 50 | 274 | 24 | 117 | 0 | 32 | 435 | 101 | 55 |
| Binary | 10010110 | 101000 | 10111100 | 10100 | 1001111 | 0 | 11010 | 100011101 | 1000001 | 101101 |
Color Harmonies of #9628BC
Complementary color
Monochromatic Colors of #9628BC
Black with #9628BC
Text Example
Text Example
White with #9628BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9628BC; }
p { color: rgb(150,40,188); }
H1.HeaderClassName
{
color: #9628BC;
}
.AnyTagClassName
{
color: #9628BC;
}
</style>
background-color css
<style>
a { background-color: #9628BC; }
a { background-color: rgb(150,40,188); }
div.DivClassName
{
background-color: #9628BC;
}
.BgClassName
{
background-color: #9628BC;
}
</style>
border-color css
<style>
span { border-color: #9628BC; }
span { border-color: rgb(150,40,188); }
td.TdClassName
{
border-color: #9628BC;
}
.TagClassName
{
border-color: #9628BC;
}
</style>