Shades of Dark Orchid #942FCF
Tints of Dark Orchid #942FCF
RGB
CMYK
RGB Variations
Color information
#942FCF (or 0x942FCF) is known color: Dark Orchid. HEX triplet: 94, 2F and CF. RGB value is (148,47,207). Sum of RGB (Red+Green+Blue) = 148+47+207=402 (53% of max value = 765). Red value is 148 (58.20% from 255 or 36.82% from 402); Green value is 47 (18.75% from 255 or 11.69% from 402); Blue value is 207 (81.25% from 255 or 51.49% from 402); Max value from RGB is 207 - color contains mainly: blue. Hex color #942FCF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #942FCF is #6BD030. Grayscale: #5E5E5E. Windows color (decimal): -7065649 or 13578132. OLE color: 13578132.
HSL color Cylindrical-coordinate representation of color #942FCF: hue angle of 277.88º degrees, saturation: 0.63, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #942FCF is Cyan = 0.29, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 148 | 47 | 207 | - |
| CMYK | 0.29 | 0.77 | 0 | 0.19 |
| HSL | 277.88º | 0.63% | 0.5% | - |
| HSV(B) | 277.88º | 0.77% | 0.81% | - |
| XYZ | 24.49 | 12.83 | 60.22 | - |
| YUV | 95.44 | 190.96 | 165.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 47 | 207 | 0.29 | 0.77 | 0 | 0.19 | 277.88 | 0.63 | 0.5 |
| Hex | 94 | 2F | CF | 1D | 4D | 0 | 13 | 116 | 3F | 32 |
| Octal | 224 | 57 | 317 | 35 | 115 | 0 | 23 | 426 | 77 | 62 |
| Binary | 10010100 | 101111 | 11001111 | 11101 | 1001101 | 0 | 10011 | 100010110 | 111111 | 110010 |
Color Harmonies of #942FCF
Complementary color
Monochromatic Colors of #942FCF
Black with #942FCF
Text Example
Text Example
White with #942FCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #942FCF; }
p { color: rgb(148,47,207); }
H1.HeaderClassName
{
color: #942FCF;
}
.AnyTagClassName
{
color: #942FCF;
}
</style>
background-color css
<style>
a { background-color: #942FCF; }
a { background-color: rgb(148,47,207); }
div.DivClassName
{
background-color: #942FCF;
}
.BgClassName
{
background-color: #942FCF;
}
</style>
border-color css
<style>
span { border-color: #942FCF; }
span { border-color: rgb(148,47,207); }
td.TdClassName
{
border-color: #942FCF;
}
.TagClassName
{
border-color: #942FCF;
}
</style>