Shades of Dark Orchid #9421CF
Tints of Dark Orchid #9421CF
RGB
CMYK
RGB Variations
Color information
#9421CF (or 0x9421CF) is known color: Dark Orchid. HEX triplet: 94, 21 and CF. RGB value is (148,33,207). Sum of RGB (Red+Green+Blue) = 148+33+207=388 (51% of max value = 765). Red value is 148 (58.20% from 255 or 38.14% from 388); Green value is 33 (13.28% from 255 or 8.51% from 388); Blue value is 207 (81.25% from 255 or 53.35% from 388); Max value from RGB is 207 - color contains mainly: blue. Hex color #9421CF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9421CF is #6BDE30. Grayscale: #565656. Windows color (decimal): -7069233 or 13574548. OLE color: 13574548.
HSL color Cylindrical-coordinate representation of color #9421CF: hue angle of 279.66º degrees, saturation: 0.73, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #9421CF is Cyan = 0.29, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 148 | 33 | 207 | - |
| CMYK | 0.29 | 0.84 | 0 | 0.19 |
| HSL | 279.66º | 0.73% | 0.47% | - |
| HSV(B) | 279.66º | 0.84% | 0.81% | - |
| XYZ | 24.02 | 11.89 | 60.06 | - |
| YUV | 87.22 | 195.6 | 171.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 33 | 207 | 0.29 | 0.84 | 0 | 0.19 | 279.66 | 0.73 | 0.47 |
| Hex | 94 | 21 | CF | 1D | 54 | 0 | 13 | 118 | 48 | 2F |
| Octal | 224 | 41 | 317 | 35 | 124 | 0 | 23 | 430 | 110 | 57 |
| Binary | 10010100 | 100001 | 11001111 | 11101 | 1010100 | 0 | 10011 | 100011000 | 1001000 | 101111 |
Color Harmonies of #9421CF
Complementary color
Monochromatic Colors of #9421CF
Black with #9421CF
Text Example
Text Example
White with #9421CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9421CF; }
p { color: rgb(148,33,207); }
H1.HeaderClassName
{
color: #9421CF;
}
.AnyTagClassName
{
color: #9421CF;
}
</style>
background-color css
<style>
a { background-color: #9421CF; }
a { background-color: rgb(148,33,207); }
div.DivClassName
{
background-color: #9421CF;
}
.BgClassName
{
background-color: #9421CF;
}
</style>
border-color css
<style>
span { border-color: #9421CF; }
span { border-color: rgb(148,33,207); }
td.TdClassName
{
border-color: #9421CF;
}
.TagClassName
{
border-color: #9421CF;
}
</style>