Shades of Dark Orchid #9628AB
Tints of Dark Orchid #9628AB
RGB
CMYK
RGB Variations
Color information
#9628AB (or 0x9628AB) is known color: Dark Orchid. HEX triplet: 96, 28 and AB. RGB value is (150,40,171). Sum of RGB (Red+Green+Blue) = 150+40+171=361 (47% of max value = 765). Red value is 150 (58.98% from 255 or 41.55% from 361); Green value is 40 (16.02% from 255 or 11.08% from 361); Blue value is 171 (67.19% from 255 or 47.37% from 361); Max value from RGB is 171 - color contains mainly: blue. Hex color #9628AB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9628AB is #69D754. Grayscale: #575757. Windows color (decimal): -6936405 or 11217046. OLE color: 11217046.
HSL color Cylindrical-coordinate representation of color #9628AB: hue angle of 290.38º degrees, saturation: 0.62, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #9628AB is Cyan = 0.12, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 150 | 40 | 171 | - |
| CMYK | 0.12 | 0.77 | 0 | 0.33 |
| HSL | 290.38º | 0.62% | 0.41% | - |
| HSV(B) | 290.38º | 0.77% | 0.67% | - |
| XYZ | 20.69 | 10.94 | 39.55 | - |
| YUV | 87.82 | 174.94 | 172.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 40 | 171 | 0.12 | 0.77 | 0 | 0.33 | 290.38 | 0.62 | 0.41 |
| Hex | 96 | 28 | AB | C | 4D | 0 | 21 | 122 | 3E | 29 |
| Octal | 226 | 50 | 253 | 14 | 115 | 0 | 41 | 442 | 76 | 51 |
| Binary | 10010110 | 101000 | 10101011 | 1100 | 1001101 | 0 | 100001 | 100100010 | 111110 | 101001 |
Color Harmonies of #9628AB
Complementary color
Monochromatic Colors of #9628AB
Black with #9628AB
Text Example
Text Example
White with #9628AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9628AB; }
p { color: rgb(150,40,171); }
H1.HeaderClassName
{
color: #9628AB;
}
.AnyTagClassName
{
color: #9628AB;
}
</style>
background-color css
<style>
a { background-color: #9628AB; }
a { background-color: rgb(150,40,171); }
div.DivClassName
{
background-color: #9628AB;
}
.BgClassName
{
background-color: #9628AB;
}
</style>
border-color css
<style>
span { border-color: #9628AB; }
span { border-color: rgb(150,40,171); }
td.TdClassName
{
border-color: #9628AB;
}
.TagClassName
{
border-color: #9628AB;
}
</style>