Shades of Dark Orchid #9621B4
Tints of Dark Orchid #9621B4
RGB
CMYK
RGB Variations
Color information
#9621B4 (or 0x9621B4) is known color: Dark Orchid. HEX triplet: 96, 21 and B4. RGB value is (150,33,180). Sum of RGB (Red+Green+Blue) = 150+33+180=363 (48% of max value = 765). Red value is 150 (58.98% from 255 or 41.32% from 363); Green value is 33 (13.28% from 255 or 9.09% from 363); Blue value is 180 (70.70% from 255 or 49.59% from 363); Max value from RGB is 180 - color contains mainly: blue. Hex color #9621B4 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9621B4 is #69DE4B. Grayscale: #545454. Windows color (decimal): -6938188 or 11805078. OLE color: 11805078.
HSL color Cylindrical-coordinate representation of color #9621B4: hue angle of 287.76º degrees, saturation: 0.69, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #9621B4 is Cyan = 0.17, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 150 | 33 | 180 | - |
| CMYK | 0.17 | 0.82 | 0 | 0.29 |
| HSL | 287.76º | 0.69% | 0.42% | - |
| HSV(B) | 287.76º | 0.82% | 0.71% | - |
| XYZ | 21.36 | 10.87 | 44.15 | - |
| YUV | 84.74 | 181.76 | 174.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 33 | 180 | 0.17 | 0.82 | 0 | 0.29 | 287.76 | 0.69 | 0.42 |
| Hex | 96 | 21 | B4 | 11 | 52 | 0 | 1D | 120 | 45 | 2A |
| Octal | 226 | 41 | 264 | 21 | 122 | 0 | 35 | 440 | 105 | 52 |
| Binary | 10010110 | 100001 | 10110100 | 10001 | 1010010 | 0 | 11101 | 100100000 | 1000101 | 101010 |
Color Harmonies of #9621B4
Complementary color
Monochromatic Colors of #9621B4
Black with #9621B4
Text Example
Text Example
White with #9621B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9621B4; }
p { color: rgb(150,33,180); }
H1.HeaderClassName
{
color: #9621B4;
}
.AnyTagClassName
{
color: #9621B4;
}
</style>
background-color css
<style>
a { background-color: #9621B4; }
a { background-color: rgb(150,33,180); }
div.DivClassName
{
background-color: #9621B4;
}
.BgClassName
{
background-color: #9621B4;
}
</style>
border-color css
<style>
span { border-color: #9621B4; }
span { border-color: rgb(150,33,180); }
td.TdClassName
{
border-color: #9621B4;
}
.TagClassName
{
border-color: #9621B4;
}
</style>